Html Css Color HEX #AA7115 Golden Brown

📋 copy color: '#AA7115'

red 170 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #AA7115

Tints of Golden Brown #AA7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 55.92%
G = 37.17%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7115 (or 0xAA7115) is known color: Golden Brown. HEX triplet: AA, 71 and 15. RGB value is (170,113,21). Sum of RGB (Red+Green+Blue) = 170+113+21=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7115 is #558EEA. Grayscale: #777777. Windows color (decimal): -5607147 or 1405354. OLE color: 1405354.

HSL color Cylindrical-coordinate representation of color #AA7115: hue angle of 37.05º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA7115 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 21 -
CMYK 0 0.34 0.88 0.33
HSL 37.05º 0.78% 0.37% -
HSV(B) 37.05º 0.88% 0.67% -
XYZ 22.62 20.41 3.46 -
YUV 119.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 170 113 21 0 0.34 0.88 0.33 37.05 0.78 0.37
Hex AA 71 15 0 22 58 21 25 4E 25
Octal 252 161 25 0 42 130 41 45 116 45
Binary 10101010 1110001 10101 0 100010 1011000 100001 100101 1001110 100101

Color Harmonies of #AA7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7115

Black with #AA7115

Text Example


Text Example

White with #AA7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7115; }

 p { color: rgb(170,113,21); }

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

background-color css

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

 a { background-color: rgb(170,113,21); }

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

border-color css

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

 span { border-color: rgb(170,113,21); }

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