Html Css Color HEX #AA4D18 Rich Gold

📋 copy color: '#AA4D18'

red 170 ◦ green 77 ◦ blue 24

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

Shades of Rich Gold #AA4D18

Tints of Rich Gold #AA4D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 62.73%
G = 28.41%
B = 8.86%

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

#AA4D18 (or 0xAA4D18) is known color: Rich Gold. HEX triplet: AA, 4D and 18. RGB value is (170,77,24). Sum of RGB (Red+Green+Blue) = 170+77+24=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D18 is #55B2E7. Grayscale: #636363. Windows color (decimal): -5616360 or 1592746. OLE color: 1592746.

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

Color convert

RGB 170 77 24 -
CMYK 0 0.55 0.86 0.33
HSL 21.78º 0.75% 0.38% -
HSV(B) 21.78º 0.86% 0.67% -
XYZ 19.4 13.92 2.53 -
YUV 98.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 170 77 24 0 0.55 0.86 0.33 21.78 0.75 0.38
Hex AA 4D 18 0 37 56 21 16 4B 26
Octal 252 115 30 0 67 126 41 26 113 46
Binary 10101010 1001101 11000 0 110111 1010110 100001 10110 1001011 100110

Color Harmonies of #AA4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D18

Black with #AA4D18

Text Example


Text Example

White with #AA4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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