#A73C28

Color #A73C28 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A73C28

Tints of Rock Spray #A73C28

Color information

#A73C28 (or 0xA73C28) is unknown color: approx Rock Spray. HEX triplet: A7, 3C and 28. RGB value is (167,60,40). Sum of RGB (Red+Green+Blue) = 167+60+40=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C28 is #58C3D7. Grayscale: #595959. Windows color (decimal): -5817304 or 2636967. OLE color: 2636967.

HSL color Cylindrical-coordinate representation of color #A73C28: hue angle of 9.45º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73C28 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1676040-
CMYK00.640.760.35
HSL9.45º61.35%40.59%-
HSV(B)9.45º76.05%65.49%-
XYZ17.9411.63.3-
YUV89.7199.95183.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=62.55%
G=22.47%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167604000.640.760.359.4561.3540.59
HexA73C280404C2393d29
Octal2477450010011443117551
Binary101001111111001010000100000010011001000111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C28; }

 p { color: rgb(167,60,40); }

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

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

 a { background-color: rgb(167,60,40); }

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

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

 span { border-color: rgb(167,60,40); }

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