#A2371A

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

Shades of Rock Spray #A2371A

Tints of Rock Spray #A2371A

Color information

#A2371A (or 0xA2371A) is unknown color: approx Rock Spray. HEX triplet: A2, 37 and 1A. RGB value is (162,55,26). Sum of RGB (Red+Green+Blue) = 162+55+26=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2371A is #5DC8E5. Grayscale: #535353. Windows color (decimal): -6146278 or 1718178. OLE color: 1718178.

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

Color convert

RGB1625526-
CMYK00.660.840.36
HSL12.79º72.34%36.86%-
HSV(B)12.79º83.95%63.53%-
XYZ16.4510.492.13-
YUV83.6995.45183.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=66.67%
G=22.63%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162552600.660.840.3612.7972.3436.86
HexA2371A0425424d4825
Octal24267320102124441511045
Binary101000101101111101001000010101010010010011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2371A; }

 p { color: rgb(162,55,26); }

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

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

 a { background-color: rgb(162,55,26); }

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

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

 span { border-color: rgb(162,55,26); }

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