#A14029

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

Shades of Rock Spray #A14029

Tints of Rock Spray #A14029

Color information

#A14029 (or 0xA14029) is unknown color: approx Rock Spray. HEX triplet: A1, 40 and 29. RGB value is (161,64,41). Sum of RGB (Red+Green+Blue) = 161+64+41=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A14029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14029 is #5EBFD6. Grayscale: #5A5A5A. Windows color (decimal): -6209495 or 2703521. OLE color: 2703521.

HSL color Cylindrical-coordinate representation of color #A14029: hue angle of 11.5º 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 #A14029 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1616441-
CMYK00.600.750.37
HSL11.5º59.41%39.61%-
HSV(B)11.5º74.53%63.14%-
XYZ16.9311.43.41-
YUV90.38100.14178.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.53%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=60.53%
G=24.06%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161644100.600.750.3711.559.4139.61
HexA1402903C4B25c3b28
Octal2411005107411345147350
Binary101000011000000101001011110010010111001011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14029; }

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

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

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

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

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

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

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

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