#AB4B28

Color #AB4B28 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AB4B28

Tints of Rose Of Sharon #AB4B28

Color information

#AB4B28 (or 0xAB4B28) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 4B and 28. RGB value is (171,75,40). Sum of RGB (Red+Green+Blue) = 171+75+40=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B28 is #54B4D7. Grayscale: #636363. Windows color (decimal): -5551320 or 2640811. OLE color: 2640811.

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

Color convert

RGB1717540-
CMYK00.560.770.33
HSL16.03º62.09%41.37%-
HSV(B)16.03º76.61%67.06%-
XYZ19.6913.843.64-
YUV99.7194.3178.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=59.79%
G=26.22%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171754000.560.770.3316.0362.0941.37
HexAB4B280384D21103e29
Octal2531135007011541207651
Binary1010101110010111010000111000100110110000110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B28; }

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

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

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

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

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

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

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

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