Html Css Color HEX #AA6313 Golden Brown

📋 copy color: '#AA6313'

red 170 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #AA6313

Tints of Golden Brown #AA6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 59.03%
G = 34.38%
B = 6.6%

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

#AA6313 (or 0xAA6313) is known color: Golden Brown. HEX triplet: AA, 63 and 13. RGB value is (170,99,19). Sum of RGB (Red+Green+Blue) = 170+99+19=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6313 is #559CEC. Grayscale: #6F6F6F. Windows color (decimal): -5610733 or 1270698. OLE color: 1270698.

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

Color convert

RGB 170 99 19 -
CMYK 0 0.42 0.89 0.33
HSL 31.79º 0.8% 0.37% -
HSV(B) 31.79º 0.89% 0.67% -
XYZ 21.16 17.52 2.88 -
YUV 111.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 170 99 19 0 0.42 0.89 0.33 31.79 0.8 0.37
Hex AA 63 13 0 2A 59 21 20 50 25
Octal 252 143 23 0 52 131 41 40 120 45
Binary 10101010 1100011 10011 0 101010 1011001 100001 100000 1010000 100101

Color Harmonies of #AA6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6313

Black with #AA6313

Text Example


Text Example

White with #AA6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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