Html Css Color HEX #AA4C18 Rich Gold

📋 copy color: '#AA4C18'

red 170 ◦ green 76 ◦ blue 24

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

Shades of Rich Gold #AA4C18

Tints of Rich Gold #AA4C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

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

R = 62.96%
G = 28.15%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4C18 (or 0xAA4C18) is known color: Rich Gold. HEX triplet: AA, 4C and 18. RGB value is (170,76,24). Sum of RGB (Red+Green+Blue) = 170+76+24=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C18 is #55B3E7. Grayscale: #626262. Windows color (decimal): -5616616 or 1592490. OLE color: 1592490.

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

Color convert

RGB 170 76 24 -
CMYK 0 0.55 0.86 0.33
HSL 21.37º 0.75% 0.38% -
HSV(B) 21.37º 0.86% 0.67% -
XYZ 19.33 13.78 2.51 -
YUV 98.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 170 76 24 0 0.55 0.86 0.33 21.37 0.75 0.38
Hex AA 4C 18 0 37 56 21 15 4B 26
Octal 252 114 30 0 67 126 41 25 113 46
Binary 10101010 1001100 11000 0 110111 1010110 100001 10101 1001011 100110

Color Harmonies of #AA4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C18

Black with #AA4C18

Text Example


Text Example

White with #AA4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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