#A14729

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

Shades of Rock Spray #A14729

Tints of Rock Spray #A14729

Color information

#A14729 (or 0xA14729) is unknown color: approx Rock Spray. HEX triplet: A1, 47 and 29. RGB value is (161,71,41). Sum of RGB (Red+Green+Blue) = 161+71+41=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A14729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14729 is #5EB8D6. Grayscale: #5E5E5E. Windows color (decimal): -6207703 or 2705313. OLE color: 2705313.

HSL color Cylindrical-coordinate representation of color #A14729: hue angle of 15º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14729 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1617141-
CMYK00.560.750.37
HSL15º59.41%39.61%-
HSV(B)15º74.53%63.14%-
XYZ17.3512.243.55-
YUV94.4997.82175.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=58.97%
G=26.01%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161714100.560.750.371559.4139.61
HexA147290384B25f3b28
Octal2411075107011345177350
Binary101000011000111101001011100010010111001011111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14729; }

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

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

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

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

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

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

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

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