#A7551C

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

Shades of Rich Gold #A7551C

Tints of Rich Gold #A7551C

Color information

#A7551C (or 0xA7551C) is unknown color: approx Rich Gold. HEX triplet: A7, 55 and 1C. RGB value is (167,85,28). Sum of RGB (Red+Green+Blue) = 167+85+28=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A7551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7551C is #58AAE3. Grayscale: #676767. Windows color (decimal): -5810916 or 1856935. OLE color: 1856935.

HSL color Cylindrical-coordinate representation of color #A7551C: hue angle of 24.6º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7551C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1678528-
CMYK00.490.830.35
HSL24.6º71.28%38.24%-
HSV(B)24.6º83.23%65.49%-
XYZ19.3914.82.93-
YUV103.0285.67173.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 28 (11.33% from 255) = 10%
R=59.64%
G=30.36%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167852800.490.830.3524.671.2838.24
HexA7551C0315323194726
Octal24712534061123433110746
Binary1010011110101011110001100011010011100011110011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7551C; }

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

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

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

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

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

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

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

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