Html Css Color HEX #AA6118 Golden Brown

📋 copy color: '#AA6118'

red 170 ◦ green 97 ◦ blue 24

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

Shades of Golden Brown #AA6118

Tints of Golden Brown #AA6118

RGB

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

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

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

R = 58.42%
G = 33.33%
B = 8.25%

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

#AA6118 (or 0xAA6118) is known color: Golden Brown. HEX triplet: AA, 61 and 18. RGB value is (170,97,24). Sum of RGB (Red+Green+Blue) = 170+97+24=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6118 is #559EE7. Grayscale: #6E6E6E. Windows color (decimal): -5611240 or 1597866. OLE color: 1597866.

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

Color convert

RGB 170 97 24 -
CMYK 0 0.43 0.86 0.33
HSL 30º 0.75% 0.38% -
HSV(B) 30º 0.86% 0.67% -
XYZ 21.02 17.16 3.07 -
YUV 110.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 170 97 24 0 0.43 0.86 0.33 30 0.75 0.38
Hex AA 61 18 0 2B 56 21 1E 4B 26
Octal 252 141 30 0 53 126 41 36 113 46
Binary 10101010 1100001 11000 0 101011 1010110 100001 11110 1001011 100110

Color Harmonies of #AA6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6118

Black with #AA6118

Text Example


Text Example

White with #AA6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6118; }

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

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

background-color css

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

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

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

border-color css

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

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

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