#A14225

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

Shades of Rock Spray #A14225

Tints of Rock Spray #A14225

Color information

#A14225 (or 0xA14225) is unknown color: approx Rock Spray. HEX triplet: A1, 42 and 25. RGB value is (161,66,37). Sum of RGB (Red+Green+Blue) = 161+66+37=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A14225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14225 is #5EBDDA. Grayscale: #5B5B5B. Windows color (decimal): -6208987 or 2441889. OLE color: 2441889.

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

Color convert

RGB1616637-
CMYK00.590.770.37
HSL14.03º62.63%38.82%-
HSV(B)14.03º77.02%63.14%-
XYZ16.9811.613.1-
YUV91.197.47177.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=60.98%
G=25%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161663700.590.770.3714.0362.6338.82
HexA1422503B4D25e3f27
Octal2411024507311545167747
Binary101000011000010100101011101110011011001011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14225; }

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

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

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

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

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

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

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

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