Html Css Color HEX #AA7008 Golden Brown

📋 copy color: '#AA7008'

red 170 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #AA7008

Tints of Golden Brown #AA7008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 58.62%
G = 38.62%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA7008 (or 0xAA7008) is known color: Golden Brown. HEX triplet: AA, 70 and 08. RGB value is (170,112,8). Sum of RGB (Red+Green+Blue) = 170+112+8=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7008 is #558FF7. Grayscale: #757575. Windows color (decimal): -5607416 or 553130. OLE color: 553130.

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

Color convert

RGB 170 112 8 -
CMYK 0 0.34 0.95 0.33
HSL 38.52º 0.91% 0.35% -
HSV(B) 38.52º 0.95% 0.67% -
XYZ 22.42 20.15 2.94 -
YUV 117.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 170 112 8 0 0.34 0.95 0.33 38.52 0.91 0.35
Hex AA 70 8 0 22 5F 21 27 5B 23
Octal 252 160 10 0 42 137 41 47 133 43
Binary 10101010 1110000 1000 0 100010 1011111 100001 100111 1011011 100011

Color Harmonies of #AA7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7008

Black with #AA7008

Text Example


Text Example

White with #AA7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7008; }

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

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

background-color css

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

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

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

border-color css

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

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

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