Html Css Color HEX #AA6518 Golden Brown

📋 copy color: '#AA6518'

red 170 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #AA6518

Tints of Golden Brown #AA6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 57.63%
G = 34.24%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA6518 (or 0xAA6518) is known color: Golden Brown. HEX triplet: AA, 65 and 18. RGB value is (170,101,24). Sum of RGB (Red+Green+Blue) = 170+101+24=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6518 is #559AE7. Grayscale: #717171. Windows color (decimal): -5610216 or 1598890. OLE color: 1598890.

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

Color convert

RGB 170 101 24 -
CMYK 0 0.41 0.86 0.33
HSL 31.64º 0.75% 0.38% -
HSV(B) 31.64º 0.86% 0.67% -
XYZ 21.4 17.92 3.2 -
YUV 112.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 170 101 24 0 0.41 0.86 0.33 31.64 0.75 0.38
Hex AA 65 18 0 29 56 21 20 4B 26
Octal 252 145 30 0 51 126 41 40 113 46
Binary 10101010 1100101 11000 0 101001 1010110 100001 100000 1001011 100110

Color Harmonies of #AA6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6518

Black with #AA6518

Text Example


Text Example

White with #AA6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6518; }

 p { color: rgb(170,101,24); }

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

background-color css

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

 a { background-color: rgb(170,101,24); }

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

border-color css

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

 span { border-color: rgb(170,101,24); }

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