Html Css Color HEX #AA7117 Golden Brown

📋 copy color: '#AA7117'

red 170 ◦ green 113 ◦ blue 23

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

Shades of Golden Brown #AA7117

Tints of Golden Brown #AA7117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 55.56%
G = 36.93%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7117 (or 0xAA7117) is known color: Golden Brown. HEX triplet: AA, 71 and 17. RGB value is (170,113,23). Sum of RGB (Red+Green+Blue) = 170+113+23=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7117 is #558EE8. Grayscale: #787878. Windows color (decimal): -5607145 or 1536426. OLE color: 1536426.

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

Color convert

RGB 170 113 23 -
CMYK 0 0.34 0.86 0.33
HSL 36.73º 0.76% 0.38% -
HSV(B) 36.73º 0.86% 0.67% -
XYZ 22.64 20.42 3.56 -
YUV 119.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 170 113 23 0 0.34 0.86 0.33 36.73 0.76 0.38
Hex AA 71 17 0 22 56 21 25 4C 26
Octal 252 161 27 0 42 126 41 45 114 46
Binary 10101010 1110001 10111 0 100010 1010110 100001 100101 1001100 100110

Color Harmonies of #AA7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7117

Black with #AA7117

Text Example


Text Example

White with #AA7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7117; }

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

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

background-color css

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

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

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

border-color css

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

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

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