Html Css Color HEX #A96802 Golden Brown

📋 copy color: '#A96802'

red 169 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #A96802

Tints of Golden Brown #A96802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 61.45%
G = 37.82%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A96802 (or 0xA96802) is known color: Golden Brown. HEX triplet: A9, 68 and 02. RGB value is (169,104,2). Sum of RGB (Red+Green+Blue) = 169+104+2=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A96802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96802 is #5697FD. Grayscale: #707070. Windows color (decimal): -5675006 or 157865. OLE color: 157865.

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

Color convert

RGB 169 104 2 -
CMYK 0 0.38 0.99 0.34
HSL 36.65º 0.98% 0.34% -
HSV(B) 36.65º 0.99% 0.66% -
XYZ 21.32 18.34 2.47 -
YUV 111.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 169 104 2 0 0.38 0.99 0.34 36.65 0.98 0.34
Hex A9 68 2 0 26 63 22 25 62 22
Octal 251 150 2 0 46 143 42 45 142 42
Binary 10101001 1101000 10 0 100110 1100011 100010 100101 1100010 100010

Color Harmonies of #A96802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96802

Black with #A96802

Text Example


Text Example

White with #A96802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96802; }

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

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

background-color css

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

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

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

border-color css

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

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

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