#AB4120

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

Shades of Rock Spray #AB4120

Tints of Rock Spray #AB4120

Color information

#AB4120 (or 0xAB4120) is unknown color: approx Rock Spray. HEX triplet: AB, 41 and 20. RGB value is (171,65,32). Sum of RGB (Red+Green+Blue) = 171+65+32=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4120 is #54BEDF. Grayscale: #5D5D5D. Windows color (decimal): -5553888 or 2113963. OLE color: 2113963.

HSL color Cylindrical-coordinate representation of color #AB4120: hue angle of 14.24º 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 #AB4120 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1716532-
CMYK00.620.810.33
HSL14.24º68.47%39.8%-
HSV(B)14.24º81.29%67.06%-
XYZ18.9512.542.79-
YUV92.9393.62183.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=63.81%
G=24.25%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171653200.620.810.3314.2468.4739.8
HexAB412003E5121e4428
Octal25310140076121411610450
Binary1010101110000011000000111110101000110000111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4120; }

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

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

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

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

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

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

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

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