Html Css Color HEX #AA5C18 Rich Gold

📋 copy color: '#AA5C18'

red 170 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #AA5C18

Tints of Rich Gold #AA5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 59.44%
G = 32.17%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5C18 (or 0xAA5C18) is known color: Rich Gold. HEX triplet: AA, 5C and 18. RGB value is (170,92,24). Sum of RGB (Red+Green+Blue) = 170+92+24=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C18 is #55A3E7. Grayscale: #6B6B6B. Windows color (decimal): -5612520 or 1596586. OLE color: 1596586.

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

Color convert

RGB 170 92 24 -
CMYK 0 0.46 0.86 0.33
HSL 27.95º 0.75% 0.38% -
HSV(B) 27.95º 0.86% 0.67% -
XYZ 20.57 16.27 2.92 -
YUV 107.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 170 92 24 0 0.46 0.86 0.33 27.95 0.75 0.38
Hex AA 5C 18 0 2E 56 21 1C 4B 26
Octal 252 134 30 0 56 126 41 34 113 46
Binary 10101010 1011100 11000 0 101110 1010110 100001 11100 1001011 100110

Color Harmonies of #AA5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C18

Black with #AA5C18

Text Example


Text Example

White with #AA5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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