#A14B34

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

Shades of Rock Spray #A14B34

Tints of Rock Spray #A14B34

Color information

#A14B34 (or 0xA14B34) is unknown color: approx Rock Spray. HEX triplet: A1, 4B and 34. RGB value is (161,75,52). Sum of RGB (Red+Green+Blue) = 161+75+52=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B34 is #5EB4CB. Grayscale: #626262. Windows color (decimal): -6206668 or 3427233. OLE color: 3427233.

HSL color Cylindrical-coordinate representation of color #A14B34: hue angle of 12.66º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14B34 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1617552-
CMYK00.530.680.37
HSL12.66º51.17%41.76%-
HSV(B)12.66º67.7%63.14%-
XYZ17.8312.864.79-
YUV98.09101.99172.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=55.90%
G=26.04%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161755200.530.680.3712.6651.1741.76
HexA14B340354425d332a
Octal2411136406510445156352
Binary101000011001011110100011010110001001001011101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B34; }

 p { color: rgb(161,75,52); }

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

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

 a { background-color: rgb(161,75,52); }

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

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

 span { border-color: rgb(161,75,52); }

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