#A75D26

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

Shades of Rich Gold #A75D26

Tints of Rich Gold #A75D26

Color information

#A75D26 (or 0xA75D26) is unknown color: approx Rich Gold. HEX triplet: A7, 5D and 26. RGB value is (167,93,38). Sum of RGB (Red+Green+Blue) = 167+93+38=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D26 is #58A2D9. Grayscale: #6D6D6D. Windows color (decimal): -5808858 or 2514343. OLE color: 2514343.

HSL color Cylindrical-coordinate representation of color #A75D26: hue angle of 25.58º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A75D26 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1679338-
CMYK00.440.770.35
HSL25.58º62.93%40.2%-
HSV(B)25.58º77.25%65.49%-
XYZ20.216.183.89-
YUV108.8688.02169.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 38 (15.23% from 255) = 12.75%
R=56.04%
G=31.21%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167933800.440.770.3525.5862.9340.2
HexA75D2602C4D231a3f28
Octal2471354605411543327750
Binary1010011110111011001100101100100110110001111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D26; }

 p { color: rgb(167,93,38); }

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

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

 a { background-color: rgb(167,93,38); }

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

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

 span { border-color: rgb(167,93,38); }

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