#AB554E

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

Shades of Apple Blossom #AB554E

Tints of Apple Blossom #AB554E

Color information

#AB554E (or 0xAB554E) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 4E. RGB value is (171,85,78). Sum of RGB (Red+Green+Blue) = 171+85+78=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB554E is #54AAB1. Grayscale: #6E6E6E. Windows color (decimal): -5548722 or 5133739. OLE color: 5133739.

HSL color Cylindrical-coordinate representation of color #AB554E: hue angle of 4.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB554E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1718578-
CMYK00.500.540.33
HSL4.52º37.35%48.82%-
HSV(B)4.52º54.39%67.06%-
XYZ21.4215.79.11-
YUV109.92109.99171.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=51.20%
G=25.45%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171857800.500.540.334.5237.3548.82
HexAB554E032362152531
Octal253125116062664154561
Binary10101011101010110011100110010110110100001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB554E; }

 p { color: rgb(171,85,78); }

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

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

 a { background-color: rgb(171,85,78); }

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

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

 span { border-color: rgb(171,85,78); }

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