Html Css Color HEX #AA6117 Golden Brown

📋 copy color: '#AA6117'

red 170 ◦ green 97 ◦ blue 23

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

Shades of Golden Brown #AA6117

Tints of Golden Brown #AA6117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

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

R = 58.62%
G = 33.45%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA6117 (or 0xAA6117) is known color: Golden Brown. HEX triplet: AA, 61 and 17. RGB value is (170,97,23). Sum of RGB (Red+Green+Blue) = 170+97+23=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6117 is #559EE8. Grayscale: #6E6E6E. Windows color (decimal): -5611241 or 1532330. OLE color: 1532330.

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

Color convert

RGB 170 97 23 -
CMYK 0 0.43 0.86 0.33
HSL 30.2º 0.76% 0.38% -
HSV(B) 30.2º 0.86% 0.67% -
XYZ 21.01 17.16 3.02 -
YUV 110.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 170 97 23 0 0.43 0.86 0.33 30.2 0.76 0.38
Hex AA 61 17 0 2B 56 21 1E 4C 26
Octal 252 141 27 0 53 126 41 36 114 46
Binary 10101010 1100001 10111 0 101011 1010110 100001 11110 1001100 100110

Color Harmonies of #AA6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6117

Black with #AA6117

Text Example


Text Example

White with #AA6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6117; }

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

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

background-color css

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

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

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

border-color css

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

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

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