#AB4428

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

Shades of Rock Spray #AB4428

Tints of Rock Spray #AB4428

Color information

#AB4428 (or 0xAB4428) is unknown color: approx Rock Spray. HEX triplet: AB, 44 and 28. RGB value is (171,68,40). Sum of RGB (Red+Green+Blue) = 171+68+40=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4428 is #54BBD7. Grayscale: #5F5F5F. Windows color (decimal): -5553112 or 2639019. OLE color: 2639019.

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

Color convert

RGB1716840-
CMYK00.600.770.33
HSL12.82º62.09%41.37%-
HSV(B)12.82º76.61%67.06%-
XYZ19.2412.953.49-
YUV95.696.62181.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=61.29%
G=24.37%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171684000.600.770.3312.8262.0941.37
HexAB442803C4D21d3e29
Octal2531045007411541157651
Binary101010111000100101000011110010011011000011101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4428; }

 p { color: rgb(171,68,40); }

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

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

 a { background-color: rgb(171,68,40); }

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

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

 span { border-color: rgb(171,68,40); }

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