#A4551C

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

Shades of Rich Gold #A4551C

Tints of Rich Gold #A4551C

Color information

#A4551C (or 0xA4551C) is unknown color: approx Rich Gold. HEX triplet: A4, 55 and 1C. RGB value is (164,85,28). Sum of RGB (Red+Green+Blue) = 164+85+28=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4551C is #5BAAE3. Grayscale: #666666. Windows color (decimal): -6007524 or 1856932. OLE color: 1856932.

HSL color Cylindrical-coordinate representation of color #A4551C: hue angle of 25.15º 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 #A4551C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1648528-
CMYK00.480.830.36
HSL25.15º70.83%37.65%-
HSV(B)25.15º82.93%64.31%-
XYZ18.7714.472.9-
YUV102.1286.17172.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.21%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=59.21%
G=30.69%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164852800.480.830.3625.1570.8337.65
HexA4551C0305324194726
Octal24412534060123443110746
Binary1010010010101011110001100001010011100100110011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4551C; }

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

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

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

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

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

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

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

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