#AB5954

Color #AB5954 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AB5954

Tints of Apple Blossom #AB5954

Color information

#AB5954 (or 0xAB5954) is unknown color: approx Apple Blossom. HEX triplet: AB, 59 and 54. RGB value is (171,89,84). Sum of RGB (Red+Green+Blue) = 171+89+84=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5954 is #54A6AB. Grayscale: #717171. Windows color (decimal): -5547692 or 5527979. OLE color: 5527979.

HSL color Cylindrical-coordinate representation of color #AB5954: hue angle of 3.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5954 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1718984-
CMYK00.480.510.33
HSL3.45º34.12%50%-
HSV(B)3.45º50.88%67.06%-
XYZ21.9716.4410.4-
YUV112.95111.67169.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=49.71%
G=25.87%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171898400.480.510.333.4534.1250
HexAB5954030332132232
Octal253131124060634134262
Binary1010101110110011010100011000011001110000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5954; }

 p { color: rgb(171,89,84); }

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

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

 a { background-color: rgb(171,89,84); }

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

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

 span { border-color: rgb(171,89,84); }

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