Html Css Color HEX #AA7213 Golden Brown

📋 copy color: '#AA7213'

red 170 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #AA7213

Tints of Golden Brown #AA7213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 56.11%
G = 37.62%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7213 (or 0xAA7213) is known color: Golden Brown. HEX triplet: AA, 72 and 13. RGB value is (170,114,19). Sum of RGB (Red+Green+Blue) = 170+114+19=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7213 is #558DEC. Grayscale: #787878. Windows color (decimal): -5606893 or 1274538. OLE color: 1274538.

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

Color convert

RGB 170 114 19 -
CMYK 0 0.33 0.89 0.33
HSL 37.75º 0.8% 0.37% -
HSV(B) 37.75º 0.89% 0.67% -
XYZ 22.71 20.63 3.4 -
YUV 119.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 170 114 19 0 0.33 0.89 0.33 37.75 0.8 0.37
Hex AA 72 13 0 21 59 21 26 50 25
Octal 252 162 23 0 41 131 41 46 120 45
Binary 10101010 1110010 10011 0 100001 1011001 100001 100110 1010000 100101

Color Harmonies of #AA7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7213

Black with #AA7213

Text Example


Text Example

White with #AA7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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