#AB4024

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

Shades of Rock Spray #AB4024

Tints of Rock Spray #AB4024

Color information

#AB4024 (or 0xAB4024) is unknown color: approx Rock Spray. HEX triplet: AB, 40 and 24. RGB value is (171,64,36). Sum of RGB (Red+Green+Blue) = 171+64+36=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4024 is #54BFDB. Grayscale: #5D5D5D. Windows color (decimal): -5554140 or 2375851. OLE color: 2375851.

HSL color Cylindrical-coordinate representation of color #AB4024: hue angle of 12.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB4024 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1716436-
CMYK00.630.790.33
HSL12.44º65.22%40.59%-
HSV(B)12.44º78.95%67.06%-
XYZ18.9512.453.07-
YUV92.895.95183.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=63.10%
G=23.62%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171643600.630.790.3312.4465.2240.59
HexAB402403F4F21c4129
Octal25310044077117411410151
Binary1010101110000001001000111111100111110000111001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4024; }

 p { color: rgb(171,64,36); }

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

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

 a { background-color: rgb(171,64,36); }

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

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

 span { border-color: rgb(171,64,36); }

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