#A4561F

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

Shades of Rich Gold #A4561F

Tints of Rich Gold #A4561F

Color information

#A4561F (or 0xA4561F) is unknown color: approx Rich Gold. HEX triplet: A4, 56 and 1F. RGB value is (164,86,31). Sum of RGB (Red+Green+Blue) = 164+86+31=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A4561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4561F is #5BA9E0. Grayscale: #676767. Windows color (decimal): -6007265 or 2053796. OLE color: 2053796.

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

Color convert

RGB1648631-
CMYK00.480.810.36
HSL24.81º68.21%38.24%-
HSV(B)24.81º81.1%64.31%-
XYZ18.8814.653.13-
YUV103.0587.34171.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.36%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=58.36%
G=30.60%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164863100.480.810.3624.8168.2138.24
HexA4561F0305124194426
Octal24412637060121443110446
Binary1010010010101101111101100001010001100100110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4561F; }

 p { color: rgb(164,86,31); }

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

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

 a { background-color: rgb(164,86,31); }

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

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

 span { border-color: rgb(164,86,31); }

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