#A73C1E

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

Shades of Rock Spray #A73C1E

Tints of Rock Spray #A73C1E

Color information

#A73C1E (or 0xA73C1E) is unknown color: approx Rock Spray. HEX triplet: A7, 3C and 1E. RGB value is (167,60,30). Sum of RGB (Red+Green+Blue) = 167+60+30=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C1E is #58C3E1. Grayscale: #585858. Windows color (decimal): -5817314 or 1981607. OLE color: 1981607.

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

Color convert

RGB1676030-
CMYK00.640.820.35
HSL13.14º69.54%38.63%-
HSV(B)13.14º82.04%65.49%-
XYZ17.7911.542.52-
YUV88.5794.95183.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=64.98%
G=23.35%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167603000.640.820.3513.1469.5438.63
HexA73C1E0405223d4627
Octal24774360100122431510647
Binary101001111111001111001000000101001010001111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C1E; }

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

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

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

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

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

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

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

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