Html Css Color HEX #AA6817 Golden Brown

📋 copy color: '#AA6817'

red 170 ◦ green 104 ◦ blue 23

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

Shades of Golden Brown #AA6817

Tints of Golden Brown #AA6817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 57.24%
G = 35.02%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA6817 (or 0xAA6817) is known color: Golden Brown. HEX triplet: AA, 68 and 17. RGB value is (170,104,23). Sum of RGB (Red+Green+Blue) = 170+104+23=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6817 is #5597E8. Grayscale: #727272. Windows color (decimal): -5609449 or 1534122. OLE color: 1534122.

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

Color convert

RGB 170 104 23 -
CMYK 0 0.39 0.86 0.33
HSL 33.06º 0.76% 0.38% -
HSV(B) 33.06º 0.86% 0.67% -
XYZ 21.68 18.51 3.24 -
YUV 114.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 170 104 23 0 0.39 0.86 0.33 33.06 0.76 0.38
Hex AA 68 17 0 27 56 21 21 4C 26
Octal 252 150 27 0 47 126 41 41 114 46
Binary 10101010 1101000 10111 0 100111 1010110 100001 100001 1001100 100110

Color Harmonies of #AA6817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6817

Black with #AA6817

Text Example


Text Example

White with #AA6817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6817; }

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

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

background-color css

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

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

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

border-color css

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

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

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