#a7472c

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

Shades of Rock Spray #A7472C

Tints of Rock Spray #A7472C

Color information

#A7472C (or 0xA7472C) is unknown color: approx Rock Spray. HEX triplet: A7, 47 and 2C. RGB value is (167,71,44). Sum of RGB (Red+Green+Blue) = 167+71+44=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7472C is #58B8D3. Grayscale: #606060. Windows color (decimal): -5814484 or 2901927. OLE color: 2901927.

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

Color convert

RGB1677144-
CMYK00.570.740.35
HSL13.17º58.29%41.37%-
HSV(B)13.17º73.65%65.49%-
XYZ18.6412.93.89-
YUV96.6398.3178.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=59.22%
G=25.18%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167714400.570.740.3513.1758.2941.37
HexA7472C0394A23d3a29
Octal2471075407111243157251
Binary101001111000111101100011100110010101000111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7472c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7472c; }

 p { color: rgb(167,71,44); }

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

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

 a { background-color: rgb(167,71,44); }

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

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

 span { border-color: rgb(167,71,44); }

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