#A73B1F

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

Shades of Rock Spray #A73B1F

Tints of Rock Spray #A73B1F

Color information

#A73B1F (or 0xA73B1F) is unknown color: approx Rock Spray. HEX triplet: A7, 3B and 1F. RGB value is (167,59,31). Sum of RGB (Red+Green+Blue) = 167+59+31=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73B1F is #58C4E0. Grayscale: #585858. Windows color (decimal): -5817569 or 2046887. OLE color: 2046887.

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

Color convert

RGB1675931-
CMYK00.650.810.35
HSL12.35º68.69%38.82%-
HSV(B)12.35º81.44%65.49%-
XYZ17.7511.442.57-
YUV88.195.78184.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=64.98%
G=22.96%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167593100.650.810.3512.3568.6938.82
HexA73B1F0415123c4527
Octal24773370101121431410547
Binary101001111110111111101000001101000110001111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73B1F; }

 p { color: rgb(167,59,31); }

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

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

 a { background-color: rgb(167,59,31); }

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

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

 span { border-color: rgb(167,59,31); }

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