#A4511C

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

Shades of Rich Gold #A4511C

Tints of Rich Gold #A4511C

Color information

#A4511C (or 0xA4511C) is unknown color: approx Rich Gold. HEX triplet: A4, 51 and 1C. RGB value is (164,81,28). Sum of RGB (Red+Green+Blue) = 164+81+28=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4511C is #5BAEE3. Grayscale: #646464. Windows color (decimal): -6008548 or 1855908. OLE color: 1855908.

HSL color Cylindrical-coordinate representation of color #A4511C: hue angle of 23.38º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4511C is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1648128-
CMYK00.510.830.36
HSL23.38º70.83%37.65%-
HSV(B)23.38º82.93%64.31%-
XYZ18.4613.862.8-
YUV99.7887.5173.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.07%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=60.07%
G=29.67%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164812800.510.830.3623.3870.8337.65
HexA4511C0335324174726
Octal24412134063123442710746
Binary1010010010100011110001100111010011100100101111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4511C; }

 p { color: rgb(164,81,28); }

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

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

 a { background-color: rgb(164,81,28); }

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

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

 span { border-color: rgb(164,81,28); }

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