Html Css Color HEX #AA4B18 Rich Gold

📋 copy color: '#AA4B18'

red 170 ◦ green 75 ◦ blue 24

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

Shades of Rich Gold #AA4B18

Tints of Rich Gold #AA4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.88%

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

R = 63.2%
G = 27.88%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4B18 (or 0xAA4B18) is known color: Rich Gold. HEX triplet: AA, 4B and 18. RGB value is (170,75,24). Sum of RGB (Red+Green+Blue) = 170+75+24=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B18 is #55B4E7. Grayscale: #616161. Windows color (decimal): -5616872 or 1592234. OLE color: 1592234.

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

Color convert

RGB 170 75 24 -
CMYK 0 0.56 0.86 0.33
HSL 20.96º 0.75% 0.38% -
HSV(B) 20.96º 0.86% 0.67% -
XYZ 19.26 13.64 2.48 -
YUV 97.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 170 75 24 0 0.56 0.86 0.33 20.96 0.75 0.38
Hex AA 4B 18 0 38 56 21 15 4B 26
Octal 252 113 30 0 70 126 41 25 113 46
Binary 10101010 1001011 11000 0 111000 1010110 100001 10101 1001011 100110

Color Harmonies of #AA4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B18

Black with #AA4B18

Text Example


Text Example

White with #AA4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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