#a95a02

Color #A95A02 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A95A02

Tints of Golden Brown #A95A02

Color information

#A95A02 (or 0xA95A02) is unknown color: approx Golden Brown. HEX triplet: A9, 5A and 02. RGB value is (169,90,2). Sum of RGB (Red+Green+Blue) = 169+90+2=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A02 is #56A5FD. Grayscale: #686868. Windows color (decimal): -5678590 or 154281. OLE color: 154281.

HSL color Cylindrical-coordinate representation of color #A95A02: hue angle of 31.62º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A95A02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB169902-
CMYK00.470.990.34
HSL31.62º97.66%33.53%-
HSV(B)31.62º98.82%66.27%-
XYZ20.0315.752.04-
YUV103.5970.67174.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 64.75%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=64.75%
G=34.48%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16990200.470.990.3431.6297.6633.53
HexA95A202F6322206222
Octal2511322057143424014242
Binary10101001101101010010111111000111000101000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95a02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95a02; }

 p { color: rgb(169,90,2); }

 H1.HeaderClassName
 {
   color: #a95a02;
 }
 .AnyTagClassName
 {
   color: #a95a02;
 }
</style>
background-color css

<style>
 a { background-color: #a95a02; }

 a { background-color: rgb(169,90,2); }

 div.DivClassName
 {
   background-color: #a95a02;
 }
 .BgClassName
 {
   background-color: #a95a02;
 }
</style>
border-color css

<style>
 span { border-color: #a95a02; }

 span { border-color: rgb(169,90,2); }

 td.TdClassName
 {
   border-color: #a95a02;
 }
 .TagClassName
 {
   border-color: #a95a02;
 }
</style>