#A4471B

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

Shades of Rich Gold #A4471B

Tints of Rich Gold #A4471B

Color information

#A4471B (or 0xA4471B) is unknown color: approx Rich Gold. HEX triplet: A4, 47 and 1B. RGB value is (164,71,27). Sum of RGB (Red+Green+Blue) = 164+71+27=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4471B is #5BB8E4. Grayscale: #5E5E5E. Windows color (decimal): -6011109 or 1787812. OLE color: 1787812.

HSL color Cylindrical-coordinate representation of color #A4471B: hue angle of 19.27º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4471B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1647127-
CMYK00.570.840.36
HSL19.27º71.73%37.45%-
HSV(B)19.27º83.54%64.31%-
XYZ17.7612.482.51-
YUV93.7990.31178.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.60%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 27 (10.94% from 255) = 10.31%
R=62.60%
G=27.10%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164712700.570.840.3619.2771.7337.45
HexA4471B0395424134825
Octal24410733071124442311045
Binary1010010010001111101101110011010100100100100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4471B; }

 p { color: rgb(164,71,27); }

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

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

 a { background-color: rgb(164,71,27); }

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

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

 span { border-color: rgb(164,71,27); }

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