Html Css Color HEX #AA7513 Golden Brown

📋 copy color: '#AA7513'

red 170 ◦ green 117 ◦ blue 19

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

Shades of Golden Brown #AA7513

Tints of Golden Brown #AA7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 55.56%
G = 38.24%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7513 (or 0xAA7513) is known color: Golden Brown. HEX triplet: AA, 75 and 13. RGB value is (170,117,19). Sum of RGB (Red+Green+Blue) = 170+117+19=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7513 is #558AEC. Grayscale: #7A7A7A. Windows color (decimal): -5606125 or 1275306. OLE color: 1275306.

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

Color convert

RGB 170 117 19 -
CMYK 0 0.31 0.89 0.33
HSL 38.94º 0.8% 0.37% -
HSV(B) 38.94º 0.89% 0.67% -
XYZ 23.06 21.32 3.52 -
YUV 121.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 170 117 19 0 0.31 0.89 0.33 38.94 0.8 0.37
Hex AA 75 13 0 1F 59 21 27 50 25
Octal 252 165 23 0 37 131 41 47 120 45
Binary 10101010 1110101 10011 0 11111 1011001 100001 100111 1010000 100101

Color Harmonies of #AA7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7513

Black with #AA7513

Text Example


Text Example

White with #AA7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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