Html Css Color HEX #AA6F12 Golden Brown

📋 copy color: '#AA6F12'

red 170 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #AA6F12

Tints of Golden Brown #AA6F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

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

R = 56.86%
G = 37.12%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6F12 (or 0xAA6F12) is known color: Golden Brown. HEX triplet: AA, 6F and 12. RGB value is (170,111,18). Sum of RGB (Red+Green+Blue) = 170+111+18=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6F12 is #5590ED. Grayscale: #767676. Windows color (decimal): -5607662 or 1208234. OLE color: 1208234.

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

Color convert

RGB 170 111 18 -
CMYK 0 0.35 0.89 0.33
HSL 36.71º 0.81% 0.37% -
HSV(B) 36.71º 0.89% 0.67% -
XYZ 22.37 19.96 3.25 -
YUV 118.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 170 111 18 0 0.35 0.89 0.33 36.71 0.81 0.37
Hex AA 6F 12 0 23 59 21 25 51 25
Octal 252 157 22 0 43 131 41 45 121 45
Binary 10101010 1101111 10010 0 100011 1011001 100001 100101 1010001 100101

Color Harmonies of #AA6F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F12

Black with #AA6F12

Text Example


Text Example

White with #AA6F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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