Html Css Color HEX #AA6008 Golden Brown

📋 copy color: '#AA6008'

red 170 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #AA6008

Tints of Golden Brown #AA6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 62.04%
G = 35.04%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA6008 (or 0xAA6008) is known color: Golden Brown. HEX triplet: AA, 60 and 08. RGB value is (170,96,8). Sum of RGB (Red+Green+Blue) = 170+96+8=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6008 is #559FF7. Grayscale: #6C6C6C. Windows color (decimal): -5611512 or 549034. OLE color: 549034.

HSL color Cylindrical-coordinate representation of color #AA6008: hue angle of 32.59º 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 #AA6008 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 8 -
CMYK 0 0.44 0.95 0.33
HSL 32.59º 0.91% 0.35% -
HSV(B) 32.59º 0.95% 0.67% -
XYZ 20.8 16.93 2.4 -
YUV 108.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 170 96 8 0 0.44 0.95 0.33 32.59 0.91 0.35
Hex AA 60 8 0 2C 5F 21 21 5B 23
Octal 252 140 10 0 54 137 41 41 133 43
Binary 10101010 1100000 1000 0 101100 1011111 100001 100001 1011011 100011

Color Harmonies of #AA6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6008

Black with #AA6008

Text Example


Text Example

White with #AA6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6008; }

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

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

background-color css

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

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

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

border-color css

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

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

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