#A14731

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

Shades of Rock Spray #A14731

Tints of Rock Spray #A14731

Color information

#A14731 (or 0xA14731) is unknown color: approx Rock Spray. HEX triplet: A1, 47 and 31. RGB value is (161,71,49). Sum of RGB (Red+Green+Blue) = 161+71+49=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A14731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14731 is #5EB8CE. Grayscale: #5F5F5F. Windows color (decimal): -6207695 or 3229601. OLE color: 3229601.

HSL color Cylindrical-coordinate representation of color #A14731: hue angle of 11.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14731 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1617149-
CMYK00.560.700.37
HSL11.79º53.33%41.18%-
HSV(B)11.79º69.57%63.14%-
XYZ17.5112.314.36-
YUV95.4101.82174.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=57.30%
G=25.27%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161714900.560.700.3711.7953.3341.18
HexA147310384625c3529
Octal2411076107010645146551
Binary101000011000111110001011100010001101001011100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14731; }

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

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

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

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

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

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

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

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