#A4582A

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

Shades of Rich Gold #A4582A

Tints of Rich Gold #A4582A

Color information

#A4582A (or 0xA4582A) is unknown color: approx Rich Gold. HEX triplet: A4, 58 and 2A. RGB value is (164,88,42). Sum of RGB (Red+Green+Blue) = 164+88+42=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4582A is #5BA7D5. Grayscale: #696969. Windows color (decimal): -6006742 or 2775204. OLE color: 2775204.

HSL color Cylindrical-coordinate representation of color #A4582A: hue angle of 22.62º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4582A is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1648842-
CMYK00.460.740.36
HSL22.62º59.22%40.39%-
HSV(B)22.62º74.39%64.31%-
XYZ19.2215.044.08-
YUV105.4892.18169.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=55.78%
G=29.93%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164884200.460.740.3622.6259.2240.39
HexA4582A02E4A24173b28
Octal2441305205611244277350
Binary1010010010110001010100101110100101010010010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4582A; }

 p { color: rgb(164,88,42); }

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

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

 a { background-color: rgb(164,88,42); }

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

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

 span { border-color: rgb(164,88,42); }

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