#A74731

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

Shades of Rock Spray #A74731

Tints of Rock Spray #A74731

Color information

#A74731 (or 0xA74731) is unknown color: approx Rock Spray. HEX triplet: A7, 47 and 31. RGB value is (167,71,49). Sum of RGB (Red+Green+Blue) = 167+71+49=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A74731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74731 is #58B8CE. Grayscale: #616161. Windows color (decimal): -5814479 or 3229607. OLE color: 3229607.

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

Color convert

RGB1677149-
CMYK00.570.710.35
HSL11.19º54.63%42.35%-
HSV(B)11.19º70.66%65.49%-
XYZ18.7412.944.42-
YUV97.2100.8177.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=58.19%
G=24.74%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167714900.570.710.3511.1954.6342.35
HexA747310394723b372a
Octal2471076107110743136752
Binary101001111000111110001011100110001111000111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74731; }

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

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

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

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

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

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

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

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