#AB4124

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

Shades of Rock Spray #AB4124

Tints of Rock Spray #AB4124

Color information

#AB4124 (or 0xAB4124) is unknown color: approx Rock Spray. HEX triplet: AB, 41 and 24. RGB value is (171,65,36). Sum of RGB (Red+Green+Blue) = 171+65+36=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4124 is #54BEDB. Grayscale: #5D5D5D. Windows color (decimal): -5553884 or 2376107. OLE color: 2376107.

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

Color convert

RGB1716536-
CMYK00.620.790.33
HSL12.89º65.22%40.59%-
HSV(B)12.89º78.95%67.06%-
XYZ1912.573.09-
YUV93.3995.62183.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=62.87%
G=23.90%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171653600.620.790.3312.8965.2240.59
HexAB412403E4F21d4129
Octal25310144076117411510151
Binary1010101110000011001000111110100111110000111011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4124; }

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

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

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

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

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

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

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

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