Html Css Color HEX #AA6217 Golden Brown

📋 copy color: '#AA6217'

red 170 ◦ green 98 ◦ blue 23

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

Shades of Golden Brown #AA6217

Tints of Golden Brown #AA6217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

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

R = 58.42%
G = 33.68%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA6217 (or 0xAA6217) is known color: Golden Brown. HEX triplet: AA, 62 and 17. RGB value is (170,98,23). Sum of RGB (Red+Green+Blue) = 170+98+23=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6217 is #559DE8. Grayscale: #6F6F6F. Windows color (decimal): -5610985 or 1532586. OLE color: 1532586.

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

Color convert

RGB 170 98 23 -
CMYK 0 0.42 0.86 0.33
HSL 30.61º 0.76% 0.38% -
HSV(B) 30.61º 0.86% 0.67% -
XYZ 21.1 17.34 3.05 -
YUV 110.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 170 98 23 0 0.42 0.86 0.33 30.61 0.76 0.38
Hex AA 62 17 0 2A 56 21 1F 4C 26
Octal 252 142 27 0 52 126 41 37 114 46
Binary 10101010 1100010 10111 0 101010 1010110 100001 11111 1001100 100110

Color Harmonies of #AA6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6217

Black with #AA6217

Text Example


Text Example

White with #AA6217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6217; }

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

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

background-color css

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

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

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

border-color css

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

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

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