#AA4B1C

Color #AA4B1C Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AA4B1C

Tints of Rich Gold #AA4B1C

Color information

#AA4B1C (or 0xAA4B1C) is unknown color: approx Rich Gold. HEX triplet: AA, 4B and 1C. RGB value is (170,75,28). Sum of RGB (Red+Green+Blue) = 170+75+28=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B1C is #55B4E3. Grayscale: #626262. Windows color (decimal): -5616868 or 1854378. OLE color: 1854378.

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

Color convert

RGB1707528-
CMYK00.560.840.33
HSL19.86º71.72%38.82%-
HSV(B)19.86º83.53%66.67%-
XYZ19.313.662.72-
YUV98.0588.47179.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=62.27%
G=27.47%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170752800.560.840.3319.8671.7238.82
HexAA4B1C0385421144827
Octal25211334070124412411047
Binary1010101010010111110001110001010100100001101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B1C; }

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

 H1.HeaderClassName
 {
   color: #AA4B1C;
 }
 .AnyTagClassName
 {
   color: #AA4B1C;
 }
</style>
background-color css

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

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

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

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

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

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