#A14432

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

Shades of Rock Spray #A14432

Tints of Rock Spray #A14432

Color information

#A14432 (or 0xA14432) is unknown color: approx Rock Spray. HEX triplet: A1, 44 and 32. RGB value is (161,68,50). Sum of RGB (Red+Green+Blue) = 161+68+50=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A14432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14432 is #5EBBCD. Grayscale: #5D5D5D. Windows color (decimal): -6208462 or 3294369. OLE color: 3294369.

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

Color convert

RGB1616850-
CMYK00.580.690.37
HSL9.73º52.61%41.37%-
HSV(B)9.73º68.94%63.14%-
XYZ17.3411.944.41-
YUV93.76103.31175.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=57.71%
G=24.37%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161685000.580.690.379.7352.6141.37
HexA1443203A4525a3529
Octal2411046207210545126551
Binary101000011000100110010011101010001011001011010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14432; }

 p { color: rgb(161,68,50); }

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

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

 a { background-color: rgb(161,68,50); }

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

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

 span { border-color: rgb(161,68,50); }

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