#A75B1D

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

Shades of Rich Gold #A75B1D

Tints of Rich Gold #A75B1D

Color information

#A75B1D (or 0xA75B1D) is unknown color: approx Rich Gold. HEX triplet: A7, 5B and 1D. RGB value is (167,91,29). Sum of RGB (Red+Green+Blue) = 167+91+29=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B1D is #58A4E2. Grayscale: #6A6A6A. Windows color (decimal): -5809379 or 1924007. OLE color: 1924007.

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

Color convert

RGB1679129-
CMYK00.460.830.35
HSL26.96º70.41%38.43%-
HSV(B)26.96º82.63%65.49%-
XYZ19.915.793.16-
YUV106.6684.18171.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 29 (11.72% from 255) = 10.10%
R=58.19%
G=31.71%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167912900.460.830.3526.9670.4138.43
HexA75B1D02E53231b4626
Octal24713335056123433310646
Binary1010011110110111110101011101010011100011110111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B1D; }

 p { color: rgb(167,91,29); }

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

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

 a { background-color: rgb(167,91,29); }

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

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

 span { border-color: rgb(167,91,29); }

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