Html Css Color HEX #A95602 Golden Brown

📋 copy color: '#A95602'

red 169 ◦ green 86 ◦ blue 2

#A95602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A95602

Tints of Golden Brown #A95602

RGB

 RED value IS 169 (66.41% from 255) = 65.76%

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 65.76%
G = 33.46%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95602 (or 0xA95602) is known color: Golden Brown. HEX triplet: A9, 56 and 02. RGB value is (169,86,2). Sum of RGB (Red+Green+Blue) = 169+86+2=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A95602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95602 is #56A9FD. Grayscale: #656565. Windows color (decimal): -5679614 or 153257. OLE color: 153257.

HSL color Cylindrical-coordinate representation of color #A95602: hue angle of 30.18º 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 #A95602 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 86 2 -
CMYK 0 0.49 0.99 0.34
HSL 30.18º 0.98% 0.34% -
HSV(B) 30.18º 0.99% 0.66% -
XYZ 19.7 15.09 1.93 -
YUV 101.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 169 86 2 0 0.49 0.99 0.34 30.18 0.98 0.34
Hex A9 56 2 0 31 63 22 1E 62 22
Octal 251 126 2 0 61 143 42 36 142 42
Binary 10101001 1010110 10 0 110001 1100011 100010 11110 1100010 100010

Color Harmonies of #A95602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95602

Black with #A95602

Text Example


Text Example

White with #A95602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95602; }

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

 H1.HeaderClassName
 {
   color: #A95602;
 }
 .AnyTagClassName
 {
   color: #A95602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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