#A4461D

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

Shades of Rich Gold #A4461D

Tints of Rich Gold #A4461D

Color information

#A4461D (or 0xA4461D) is unknown color: approx Rich Gold. HEX triplet: A4, 46 and 1D. RGB value is (164,70,29). Sum of RGB (Red+Green+Blue) = 164+70+29=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4461D is #5BB9E2. Grayscale: #5D5D5D. Windows color (decimal): -6011363 or 1918628. OLE color: 1918628.

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

Color convert

RGB1647029-
CMYK00.570.820.36
HSL18.22º69.95%37.84%-
HSV(B)18.22º82.32%64.31%-
XYZ17.7212.362.61-
YUV93.4391.64178.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=62.36%
G=26.62%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164702900.570.820.3618.2269.9537.84
HexA4461D0395224124626
Octal24410635071122442210646
Binary1010010010001101110101110011010010100100100101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4461D; }

 p { color: rgb(164,70,29); }

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

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

 a { background-color: rgb(164,70,29); }

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

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

 span { border-color: rgb(164,70,29); }

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