Html Css Color HEX #AA5018 Rich Gold

📋 copy color: '#AA5018'

red 170 ◦ green 80 ◦ blue 24

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

Shades of Rich Gold #AA5018

Tints of Rich Gold #AA5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 62.04%
G = 29.2%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5018 (or 0xAA5018) is known color: Rich Gold. HEX triplet: AA, 50 and 18. RGB value is (170,80,24). Sum of RGB (Red+Green+Blue) = 170+80+24=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5018 is #55AFE7. Grayscale: #646464. Windows color (decimal): -5615592 or 1593514. OLE color: 1593514.

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

Color convert

RGB 170 80 24 -
CMYK 0 0.53 0.86 0.33
HSL 23.01º 0.75% 0.38% -
HSV(B) 23.01º 0.86% 0.67% -
XYZ 19.61 14.35 2.6 -
YUV 100.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 170 80 24 0 0.53 0.86 0.33 23.01 0.75 0.38
Hex AA 50 18 0 35 56 21 17 4B 26
Octal 252 120 30 0 65 126 41 27 113 46
Binary 10101010 1010000 11000 0 110101 1010110 100001 10111 1001011 100110

Color Harmonies of #AA5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5018

Black with #AA5018

Text Example


Text Example

White with #AA5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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