Html Css Color HEX #AA6A08 Golden Brown

📋 copy color: '#AA6A08'

red 170 ◦ green 106 ◦ blue 8

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

Shades of Golden Brown #AA6A08

Tints of Golden Brown #AA6A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

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

R = 59.86%
G = 37.32%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA6A08 (or 0xAA6A08) is known color: Golden Brown. HEX triplet: AA, 6A and 08. RGB value is (170,106,8). Sum of RGB (Red+Green+Blue) = 170+106+8=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A08 is #5595F7. Grayscale: #727272. Windows color (decimal): -5608952 or 551594. OLE color: 551594.

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

Color convert

RGB 170 106 8 -
CMYK 0 0.38 0.95 0.33
HSL 36.3º 0.91% 0.35% -
HSV(B) 36.3º 0.95% 0.67% -
XYZ 21.78 18.87 2.72 -
YUV 113.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 170 106 8 0 0.38 0.95 0.33 36.3 0.91 0.35
Hex AA 6A 8 0 26 5F 21 24 5B 23
Octal 252 152 10 0 46 137 41 44 133 43
Binary 10101010 1101010 1000 0 100110 1011111 100001 100100 1011011 100011

Color Harmonies of #AA6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A08

Black with #AA6A08

Text Example


Text Example

White with #AA6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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