Html Css Color HEX #AA5A1C Rich Gold

📋 copy color: '#AA5A1C'

red 170 ◦ green 90 ◦ blue 28

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

Shades of Rich Gold #AA5A1C

Tints of Rich Gold #AA5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 59.03%
G = 31.25%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA5A1C (or 0xAA5A1C) is known color: Rich Gold. HEX triplet: AA, 5A and 1C. RGB value is (170,90,28). Sum of RGB (Red+Green+Blue) = 170+90+28=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A1C is #55A5E3. Grayscale: #6B6B6B. Windows color (decimal): -5613028 or 1858218. OLE color: 1858218.

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

Color convert

RGB 170 90 28 -
CMYK 0 0.47 0.84 0.33
HSL 26.2º 0.72% 0.39% -
HSV(B) 26.2º 0.84% 0.67% -
XYZ 20.44 15.94 3.1 -
YUV 106.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 170 90 28 0 0.47 0.84 0.33 26.2 0.72 0.39
Hex AA 5A 1C 0 2F 54 21 1A 48 27
Octal 252 132 34 0 57 124 41 32 110 47
Binary 10101010 1011010 11100 0 101111 1010100 100001 11010 1001000 100111

Color Harmonies of #AA5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A1C

Black with #AA5A1C

Text Example


Text Example

White with #AA5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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