#A14A35

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

Shades of Rock Spray #A14A35

Tints of Rock Spray #A14A35

Color information

#A14A35 (or 0xA14A35) is unknown color: approx Rock Spray. HEX triplet: A1, 4A and 35. RGB value is (161,74,53). Sum of RGB (Red+Green+Blue) = 161+74+53=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A35 is #5EB5CA. Grayscale: #616161. Windows color (decimal): -6206923 or 3492513. OLE color: 3492513.

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

Color convert

RGB1617453-
CMYK00.540.670.37
HSL11.67º50.47%41.96%-
HSV(B)11.67º67.08%63.14%-
XYZ17.7912.734.89-
YUV97.62102.82173.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=55.90%
G=25.69%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161745300.540.670.3711.6750.4741.96
HexA14A350364325c322a
Octal2411126506610345146252
Binary101000011001010110101011011010000111001011100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A35; }

 p { color: rgb(161,74,53); }

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

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

 a { background-color: rgb(161,74,53); }

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

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

 span { border-color: rgb(161,74,53); }

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