#A75C1C

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

Shades of Rich Gold #A75C1C

Tints of Rich Gold #A75C1C

Color information

#A75C1C (or 0xA75C1C) is unknown color: approx Rich Gold. HEX triplet: A7, 5C and 1C. RGB value is (167,92,28). Sum of RGB (Red+Green+Blue) = 167+92+28=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C1C is #58A3E3. Grayscale: #6B6B6B. Windows color (decimal): -5809124 or 1858727. OLE color: 1858727.

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

Color convert

RGB1679228-
CMYK00.450.830.35
HSL27.63º71.28%38.24%-
HSV(B)27.63º83.23%65.49%-
XYZ19.9715.953.13-
YUV107.1383.35170.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=58.19%
G=32.06%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167922800.450.830.3527.6371.2838.24
HexA75C1C02D53231c4726
Octal24713434055123433410746
Binary1010011110111001110001011011010011100011111001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C1C; }

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

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

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

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

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

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

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

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