Html Css Color HEX #AA6C12 Golden Brown

📋 copy color: '#AA6C12'

red 170 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #AA6C12

Tints of Golden Brown #AA6C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

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

R = 57.43%
G = 36.49%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6C12 (or 0xAA6C12) is known color: Golden Brown. HEX triplet: AA, 6C and 12. RGB value is (170,108,18). Sum of RGB (Red+Green+Blue) = 170+108+18=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6C12 is #5593ED. Grayscale: #747474. Windows color (decimal): -5608430 or 1207466. OLE color: 1207466.

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

Color convert

RGB 170 108 18 -
CMYK 0 0.36 0.89 0.33
HSL 35.53º 0.81% 0.37% -
HSV(B) 35.53º 0.89% 0.67% -
XYZ 22.05 19.31 3.14 -
YUV 116.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 170 108 18 0 0.36 0.89 0.33 35.53 0.81 0.37
Hex AA 6C 12 0 24 59 21 24 51 25
Octal 252 154 22 0 44 131 41 44 121 45
Binary 10101010 1101100 10010 0 100100 1011001 100001 100100 1010001 100101

Color Harmonies of #AA6C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C12

Black with #AA6C12

Text Example


Text Example

White with #AA6C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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