Html Css Color HEX #AA7313 Golden Brown

📋 copy color: '#AA7313'

red 170 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #AA7313

Tints of Golden Brown #AA7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

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

R = 55.92%
G = 37.83%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7313 (or 0xAA7313) is known color: Golden Brown. HEX triplet: AA, 73 and 13. RGB value is (170,115,19). Sum of RGB (Red+Green+Blue) = 170+115+19=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7313 is #558CEC. Grayscale: #787878. Windows color (decimal): -5606637 or 1274794. OLE color: 1274794.

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

Color convert

RGB 170 115 19 -
CMYK 0 0.32 0.89 0.33
HSL 38.15º 0.8% 0.37% -
HSV(B) 38.15º 0.89% 0.67% -
XYZ 22.83 20.85 3.44 -
YUV 120.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 170 115 19 0 0.32 0.89 0.33 38.15 0.8 0.37
Hex AA 73 13 0 20 59 21 26 50 25
Octal 252 163 23 0 40 131 41 46 120 45
Binary 10101010 1110011 10011 0 100000 1011001 100001 100110 1010000 100101

Color Harmonies of #AA7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7313

Black with #AA7313

Text Example


Text Example

White with #AA7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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