#A74431

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

Shades of Rock Spray #A74431

Tints of Rock Spray #A74431

Color information

#A74431 (or 0xA74431) is unknown color: approx Rock Spray. HEX triplet: A7, 44 and 31. RGB value is (167,68,49). Sum of RGB (Red+Green+Blue) = 167+68+49=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A74431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74431 is #58BBCE. Grayscale: #5F5F5F. Windows color (decimal): -5815247 or 3228839. OLE color: 3228839.

HSL color Cylindrical-coordinate representation of color #A74431: hue angle of 9.66º 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 #A74431 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1676849-
CMYK00.590.710.35
HSL9.66º54.63%42.35%-
HSV(B)9.66º70.66%65.49%-
XYZ18.5612.574.35-
YUV95.43101.8179.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.80%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=58.80%
G=23.94%
B=17.25%

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
Decimal167684900.590.710.359.6654.6342.35
HexA7443103B4723a372a
Octal2471046107310743126752
Binary101001111000100110001011101110001111000111010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74431; }

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

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

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

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

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

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

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

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