#A2551C

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

Shades of Rich Gold #A2551C

Tints of Rich Gold #A2551C

Color information

#A2551C (or 0xA2551C) is unknown color: approx Rich Gold. HEX triplet: A2, 55 and 1C. RGB value is (162,85,28). Sum of RGB (Red+Green+Blue) = 162+85+28=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2551C is #5DAAE3. Grayscale: #656565. Windows color (decimal): -6138596 or 1856930. OLE color: 1856930.

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

Color convert

RGB1628528-
CMYK00.480.830.36
HSL25.52º70.53%37.25%-
HSV(B)25.52º82.72%63.53%-
XYZ18.3614.262.88-
YUV101.5286.51171.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=58.91%
G=30.91%
B=10.18%

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
Decimal162852800.480.830.3625.5270.5337.25
HexA2551C03053241a4725
Octal24212534060123443210745
Binary1010001010101011110001100001010011100100110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2551C; }

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

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

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

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

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

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

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

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