#A1432A

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

Shades of Rock Spray #A1432A

Tints of Rock Spray #A1432A

Color information

#A1432A (or 0xA1432A) is unknown color: approx Rock Spray. HEX triplet: A1, 43 and 2A. RGB value is (161,67,42). Sum of RGB (Red+Green+Blue) = 161+67+42=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1432A is #5EBCD5. Grayscale: #5C5C5C. Windows color (decimal): -6208726 or 2769825. OLE color: 2769825.

HSL color Cylindrical-coordinate representation of color #A1432A: hue angle of 12.61º 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 #A1432A is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1616742-
CMYK00.580.740.37
HSL12.61º58.62%39.8%-
HSV(B)12.61º73.91%63.14%-
XYZ17.1211.763.56-
YUV92.2699.64177.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.63%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=59.63%
G=24.81%
B=15.56%

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
Decimal161674200.580.740.3712.6158.6239.8
HexA1432A03A4A25d3b28
Octal2411035207211245157350
Binary101000011000011101010011101010010101001011101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1432A; }

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

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

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

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

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

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

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

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