Html Css Color HEX #AA7210 Golden Brown

📋 copy color: '#AA7210'

red 170 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #AA7210

Tints of Golden Brown #AA7210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 56.67%
G = 38%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA7210 (or 0xAA7210) is known color: Golden Brown. HEX triplet: AA, 72 and 10. RGB value is (170,114,16). Sum of RGB (Red+Green+Blue) = 170+114+16=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7210 is #558DEF. Grayscale: #787878. Windows color (decimal): -5606896 or 1077930. OLE color: 1077930.

HSL color Cylindrical-coordinate representation of color #AA7210: hue angle of 38.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7210 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 16 -
CMYK 0 0.33 0.91 0.33
HSL 38.18º 0.83% 0.36% -
HSV(B) 38.18º 0.91% 0.67% -
XYZ 22.69 20.62 3.27 -
YUV 119.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 170 114 16 0 0.33 0.91 0.33 38.18 0.83 0.36
Hex AA 72 10 0 21 5B 21 26 53 24
Octal 252 162 20 0 41 133 41 46 123 44
Binary 10101010 1110010 10000 0 100001 1011011 100001 100110 1010011 100100

Color Harmonies of #AA7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7210

Black with #AA7210

Text Example


Text Example

White with #AA7210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7210; }

 p { color: rgb(170,114,16); }

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

background-color css

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

 a { background-color: rgb(170,114,16); }

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

border-color css

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

 span { border-color: rgb(170,114,16); }

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