Html Css Color HEX #AA6612 Golden Brown

📋 copy color: '#AA6612'

red 170 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #AA6612

Tints of Golden Brown #AA6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 58.62%
G = 35.17%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6612 (or 0xAA6612) is known color: Golden Brown. HEX triplet: AA, 66 and 12. RGB value is (170,102,18). Sum of RGB (Red+Green+Blue) = 170+102+18=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6612 is #5599ED. Grayscale: #717171. Windows color (decimal): -5609966 or 1205930. OLE color: 1205930.

HSL color Cylindrical-coordinate representation of color #AA6612: hue angle of 33.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA6612 is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 18 -
CMYK 0 0.4 0.89 0.33
HSL 33.16º 0.81% 0.37% -
HSV(B) 33.16º 0.89% 0.67% -
XYZ 21.44 18.09 2.93 -
YUV 112.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 170 102 18 0 0.4 0.89 0.33 33.16 0.81 0.37
Hex AA 66 12 0 28 59 21 21 51 25
Octal 252 146 22 0 50 131 41 41 121 45
Binary 10101010 1100110 10010 0 101000 1011001 100001 100001 1010001 100101

Color Harmonies of #AA6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6612

Black with #AA6612

Text Example


Text Example

White with #AA6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6612; }

 p { color: rgb(170,102,18); }

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

background-color css

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

 a { background-color: rgb(170,102,18); }

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

border-color css

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

 span { border-color: rgb(170,102,18); }

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