Html Css Color HEX #AA6212 Golden Brown

📋 copy color: '#AA6212'

red 170 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #AA6212

Tints of Golden Brown #AA6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 59.44%
G = 34.27%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6212 (or 0xAA6212) is known color: Golden Brown. HEX triplet: AA, 62 and 12. RGB value is (170,98,18). Sum of RGB (Red+Green+Blue) = 170+98+18=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6212 is #559DED. Grayscale: #6E6E6E. Windows color (decimal): -5610990 or 1204906. OLE color: 1204906.

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

Color convert

RGB 170 98 18 -
CMYK 0 0.42 0.89 0.33
HSL 31.58º 0.81% 0.37% -
HSV(B) 31.58º 0.89% 0.67% -
XYZ 21.05 17.33 2.81 -
YUV 110.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 170 98 18 0 0.42 0.89 0.33 31.58 0.81 0.37
Hex AA 62 12 0 2A 59 21 20 51 25
Octal 252 142 22 0 52 131 41 40 121 45
Binary 10101010 1100010 10010 0 101010 1011001 100001 100000 1010001 100101

Color Harmonies of #AA6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6212

Black with #AA6212

Text Example


Text Example

White with #AA6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6212; }

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

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

background-color css

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

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

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

border-color css

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

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

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