#ab4027

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

Shades of Rock Spray #AB4027

Tints of Rock Spray #AB4027

Color information

#AB4027 (or 0xAB4027) is unknown color: approx Rock Spray. HEX triplet: AB, 40 and 27. RGB value is (171,64,39). Sum of RGB (Red+Green+Blue) = 171+64+39=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4027 is #54BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5554137 or 2572459. OLE color: 2572459.

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

Color convert

RGB1716439-
CMYK00.630.770.33
HSL11.36º62.86%41.18%-
HSV(B)11.36º77.19%67.06%-
XYZ18.9912.473.33-
YUV93.1497.45183.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.41%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=62.41%
G=23.36%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171643900.630.770.3311.3662.8641.18
HexAB402703F4D21b3f29
Octal2531004707711541137751
Binary101010111000000100111011111110011011000011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab4027; }

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

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

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

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

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

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

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

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