#A75315

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

Shades of Rich Gold #A75315

Tints of Rich Gold #A75315

Color information

#A75315 (or 0xA75315) is unknown color: approx Rich Gold. HEX triplet: A7, 53 and 15. RGB value is (167,83,21). Sum of RGB (Red+Green+Blue) = 167+83+21=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A75315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75315 is #58ACEA. Grayscale: #656565. Windows color (decimal): -5811435 or 1397671. OLE color: 1397671.

HSL color Cylindrical-coordinate representation of color #A75315: hue angle of 25.48º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A75315 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1678321-
CMYK00.500.870.35
HSL25.48º77.66%36.86%-
HSV(B)25.48º87.43%65.49%-
XYZ19.1614.462.49-
YUV101.0582.83175.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.62%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=61.62%
G=30.63%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167832100.500.870.3525.4877.6636.86
HexA753150325723194e25
Octal24712325062127433111645
Binary1010011110100111010101100101010111100011110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75315; }

 p { color: rgb(167,83,21); }

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

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

 a { background-color: rgb(167,83,21); }

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

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

 span { border-color: rgb(167,83,21); }

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