Html Css Color HEX #AA7016 Golden Brown

📋 copy color: '#AA7016'

red 170 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #AA7016

Tints of Golden Brown #AA7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 55.92%
G = 36.84%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA7016 (or 0xAA7016) is known color: Golden Brown. HEX triplet: AA, 70 and 16. RGB value is (170,112,22). Sum of RGB (Red+Green+Blue) = 170+112+22=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7016 is #558FE9. Grayscale: #777777. Windows color (decimal): -5607402 or 1470634. OLE color: 1470634.

HSL color Cylindrical-coordinate representation of color #AA7016: hue angle of 36.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA7016 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 22 -
CMYK 0 0.34 0.87 0.33
HSL 36.49º 0.77% 0.38% -
HSV(B) 36.49º 0.87% 0.67% -
XYZ 22.52 20.19 3.47 -
YUV 119.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 170 112 22 0 0.34 0.87 0.33 36.49 0.77 0.38
Hex AA 70 16 0 22 57 21 24 4D 26
Octal 252 160 26 0 42 127 41 44 115 46
Binary 10101010 1110000 10110 0 100010 1010111 100001 100100 1001101 100110

Color Harmonies of #AA7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7016

Black with #AA7016

Text Example


Text Example

White with #AA7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7016; }

 p { color: rgb(170,112,22); }

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

background-color css

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

 a { background-color: rgb(170,112,22); }

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

border-color css

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

 span { border-color: rgb(170,112,22); }

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