#AB3A20

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

Shades of Rock Spray #AB3A20

Tints of Rock Spray #AB3A20

Color information

#AB3A20 (or 0xAB3A20) is unknown color: approx Rock Spray. HEX triplet: AB, 3A and 20. RGB value is (171,58,32). Sum of RGB (Red+Green+Blue) = 171+58+32=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A20 is #54C5DF. Grayscale: #595959. Windows color (decimal): -5555680 or 2112171. OLE color: 2112171.

HSL color Cylindrical-coordinate representation of color #AB3A20: hue angle of 11.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3A20 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1715832-
CMYK00.660.810.33
HSL11.22º68.47%39.8%-
HSV(B)11.22º81.29%67.06%-
XYZ18.5711.792.66-
YUV88.8295.94186.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=65.52%
G=22.22%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171583200.660.810.3311.2268.4739.8
HexAB3A200425121b4428
Octal25372400102121411310450
Binary1010101111101010000001000010101000110000110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A20; }

 p { color: rgb(171,58,32); }

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

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

 a { background-color: rgb(171,58,32); }

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

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

 span { border-color: rgb(171,58,32); }

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