#A74531

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

Shades of Rock Spray #A74531

Tints of Rock Spray #A74531

Color information

#A74531 (or 0xA74531) is unknown color: approx Rock Spray. HEX triplet: A7, 45 and 31. RGB value is (167,69,49). Sum of RGB (Red+Green+Blue) = 167+69+49=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A74531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74531 is #58BACE. Grayscale: #606060. Windows color (decimal): -5814991 or 3229095. OLE color: 3229095.

HSL color Cylindrical-coordinate representation of color #A74531: hue angle of 10.17º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A74531 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1676949-
CMYK00.590.710.35
HSL10.17º54.63%42.35%-
HSV(B)10.17º70.66%65.49%-
XYZ18.6212.694.37-
YUV96.02101.47178.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=58.60%
G=24.21%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167694900.590.710.3510.1754.6342.35
HexA7453103B4723a372a
Octal2471056107310743126752
Binary101001111000101110001011101110001111000111010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74531; }

 p { color: rgb(167,69,49); }

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

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

 a { background-color: rgb(167,69,49); }

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

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

 span { border-color: rgb(167,69,49); }

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