Html Css Color HEX #AA6213 Golden Brown

📋 copy color: '#AA6213'

red 170 ◦ green 98 ◦ blue 19

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

Shades of Golden Brown #AA6213

Tints of Golden Brown #AA6213

RGB

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

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

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

R = 59.23%
G = 34.15%
B = 6.62%

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

#AA6213 (or 0xAA6213) is known color: Golden Brown. HEX triplet: AA, 62 and 13. RGB value is (170,98,19). Sum of RGB (Red+Green+Blue) = 170+98+19=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6213 is #559DEC. Grayscale: #6E6E6E. Windows color (decimal): -5610989 or 1270442. OLE color: 1270442.

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

Color convert

RGB 170 98 19 -
CMYK 0 0.42 0.89 0.33
HSL 31.39º 0.8% 0.37% -
HSV(B) 31.39º 0.89% 0.67% -
XYZ 21.06 17.33 2.85 -
YUV 110.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 170 98 19 0 0.42 0.89 0.33 31.39 0.8 0.37
Hex AA 62 13 0 2A 59 21 1F 50 25
Octal 252 142 23 0 52 131 41 37 120 45
Binary 10101010 1100010 10011 0 101010 1011001 100001 11111 1010000 100101

Color Harmonies of #AA6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6213

Black with #AA6213

Text Example


Text Example

White with #AA6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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