#A14227

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

Shades of Rock Spray #A14227

Tints of Rock Spray #A14227

Color information

#A14227 (or 0xA14227) is unknown color: approx Rock Spray. HEX triplet: A1, 42 and 27. RGB value is (161,66,39). Sum of RGB (Red+Green+Blue) = 161+66+39=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A14227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14227 is #5EBDD8. Grayscale: #5B5B5B. Windows color (decimal): -6208985 or 2572961. OLE color: 2572961.

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

Color convert

RGB1616639-
CMYK00.590.760.37
HSL13.28º61%39.22%-
HSV(B)13.28º75.78%63.14%-
XYZ17.0111.623.27-
YUV91.3398.47177.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.53%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=60.53%
G=24.81%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161663900.590.760.3713.286139.22
HexA1422703B4C25d3d27
Octal2411024707311445157547
Binary101000011000010100111011101110011001001011101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14227; }

 p { color: rgb(161,66,39); }

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

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

 a { background-color: rgb(161,66,39); }

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

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

 span { border-color: rgb(161,66,39); }

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