#A1442A

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

Shades of Rock Spray #A1442A

Tints of Rock Spray #A1442A

Color information

#A1442A (or 0xA1442A) is unknown color: approx Rock Spray. HEX triplet: A1, 44 and 2A. RGB value is (161,68,42). Sum of RGB (Red+Green+Blue) = 161+68+42=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1442A is #5EBBD5. Grayscale: #5D5D5D. Windows color (decimal): -6208470 or 2770081. OLE color: 2770081.

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

Color convert

RGB1616842-
CMYK00.580.740.37
HSL13.11º58.62%39.8%-
HSV(B)13.11º73.91%63.14%-
XYZ17.1811.883.58-
YUV92.8499.31176.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.41%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=59.41%
G=25.09%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161684200.580.740.3713.1158.6239.8
HexA1442A03A4A25d3b28
Octal2411045207211245157350
Binary101000011000100101010011101010010101001011101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1442A; }

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

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

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

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

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

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

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

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