#A2442D

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

Shades of Rock Spray #A2442D

Tints of Rock Spray #A2442D

Color information

#A2442D (or 0xA2442D) is unknown color: approx Rock Spray. HEX triplet: A2, 44 and 2D. RGB value is (162,68,45). Sum of RGB (Red+Green+Blue) = 162+68+45=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2442D is #5DBBD2. Grayscale: #5D5D5D. Windows color (decimal): -6142931 or 2966690. OLE color: 2966690.

HSL color Cylindrical-coordinate representation of color #A2442D: hue angle of 11.79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2442D is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1626845-
CMYK00.580.720.36
HSL11.79º56.52%40.59%-
HSV(B)11.79º72.22%63.53%-
XYZ17.4412.013.88-
YUV93.48100.64176.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=58.91%
G=24.73%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162684500.580.720.3611.7956.5240.59
HexA2442D03A4824c3929
Octal2421045507211044147151
Binary101000101000100101101011101010010001001001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2442D; }

 p { color: rgb(162,68,45); }

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

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

 a { background-color: rgb(162,68,45); }

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

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

 span { border-color: rgb(162,68,45); }

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