Html Css Color HEX #AA7006 Golden Brown

📋 copy color: '#AA7006'

red 170 ◦ green 112 ◦ blue 6

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

Shades of Golden Brown #AA7006

Tints of Golden Brown #AA7006

RGB

 RED value IS 170 (66.8% from 255) = 59.03%

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 59.03%
G = 38.89%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA7006 (or 0xAA7006) is known color: Golden Brown. HEX triplet: AA, 70 and 06. RGB value is (170,112,6). Sum of RGB (Red+Green+Blue) = 170+112+6=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7006 is #558FF9. Grayscale: #757575. Windows color (decimal): -5607418 or 422058. OLE color: 422058.

HSL color Cylindrical-coordinate representation of color #AA7006: hue angle of 38.78º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA7006 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 6 -
CMYK 0 0.34 0.96 0.33
HSL 38.78º 0.93% 0.35% -
HSV(B) 38.78º 0.96% 0.67% -
XYZ 22.4 20.15 2.88 -
YUV 117.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 170 112 6 0 0.34 0.96 0.33 38.78 0.93 0.35
Hex AA 70 6 0 22 60 21 27 5D 23
Octal 252 160 6 0 42 140 41 47 135 43
Binary 10101010 1110000 110 0 100010 1100000 100001 100111 1011101 100011

Color Harmonies of #AA7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7006

Black with #AA7006

Text Example


Text Example

White with #AA7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7006; }

 p { color: rgb(170,112,6); }

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

background-color css

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

 a { background-color: rgb(170,112,6); }

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

border-color css

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

 span { border-color: rgb(170,112,6); }

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