Html Css Color HEX #AA5E17 Golden Brown

📋 copy color: '#AA5E17'

red 170 ◦ green 94 ◦ blue 23

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

Shades of Golden Brown #AA5E17

Tints of Golden Brown #AA5E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 59.23%
G = 32.75%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5E17 (or 0xAA5E17) is known color: Golden Brown. HEX triplet: AA, 5E and 17. RGB value is (170,94,23). Sum of RGB (Red+Green+Blue) = 170+94+23=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E17 is #55A1E8. Grayscale: #6C6C6C. Windows color (decimal): -5612009 or 1531562. OLE color: 1531562.

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

Color convert

RGB 170 94 23 -
CMYK 0 0.45 0.86 0.33
HSL 28.98º 0.76% 0.38% -
HSV(B) 28.98º 0.86% 0.67% -
XYZ 20.73 16.61 2.92 -
YUV 108.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 170 94 23 0 0.45 0.86 0.33 28.98 0.76 0.38
Hex AA 5E 17 0 2D 56 21 1D 4C 26
Octal 252 136 27 0 55 126 41 35 114 46
Binary 10101010 1011110 10111 0 101101 1010110 100001 11101 1001100 100110

Color Harmonies of #AA5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E17

Black with #AA5E17

Text Example


Text Example

White with #AA5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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