#AB4026

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

Shades of Rock Spray #AB4026

Tints of Rock Spray #AB4026

Color information

#AB4026 (or 0xAB4026) is unknown color: approx Rock Spray. HEX triplet: AB, 40 and 26. RGB value is (171,64,38). Sum of RGB (Red+Green+Blue) = 171+64+38=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4026 is #54BFD9. Grayscale: #5D5D5D. Windows color (decimal): -5554138 or 2506923. OLE color: 2506923.

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

Color convert

RGB1716438-
CMYK00.630.780.33
HSL11.73º63.64%40.98%-
HSV(B)11.73º77.78%67.06%-
XYZ18.9812.463.24-
YUV93.0396.95183.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=62.64%
G=23.44%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171643800.630.780.3311.7363.6440.98
HexAB402603F4E21c4029
Octal25310046077116411410051
Binary1010101110000001001100111111100111010000111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4026; }

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

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

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

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

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

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

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

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