Html Css Color HEX #AA5D1C Rich Gold

📋 copy color: '#AA5D1C'

red 170 ◦ green 93 ◦ blue 28

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

Shades of Rich Gold #AA5D1C

Tints of Rich Gold #AA5D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 58.42%
G = 31.96%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA5D1C (or 0xAA5D1C) is known color: Rich Gold. HEX triplet: AA, 5D and 1C. RGB value is (170,93,28). Sum of RGB (Red+Green+Blue) = 170+93+28=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D1C is #55A2E3. Grayscale: #6C6C6C. Windows color (decimal): -5612260 or 1858986. OLE color: 1858986.

HSL color Cylindrical-coordinate representation of color #AA5D1C: hue angle of 27.46º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA5D1C is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 93 28 -
CMYK 0 0.45 0.84 0.33
HSL 27.46º 0.72% 0.39% -
HSV(B) 27.46º 0.84% 0.67% -
XYZ 20.7 16.46 3.18 -
YUV 108.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 170 93 28 0 0.45 0.84 0.33 27.46 0.72 0.39
Hex AA 5D 1C 0 2D 54 21 1B 48 27
Octal 252 135 34 0 55 124 41 33 110 47
Binary 10101010 1011101 11100 0 101101 1010100 100001 11011 1001000 100111

Color Harmonies of #AA5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D1C

Black with #AA5D1C

Text Example


Text Example

White with #AA5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D1C; }

 p { color: rgb(170,93,28); }

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

background-color css

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

 a { background-color: rgb(170,93,28); }

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

border-color css

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

 span { border-color: rgb(170,93,28); }

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