#AB554C

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

Shades of Apple Blossom #AB554C

Tints of Apple Blossom #AB554C

Color information

#AB554C (or 0xAB554C) is unknown color: approx Apple Blossom. HEX triplet: AB, 55 and 4C. RGB value is (171,85,76). Sum of RGB (Red+Green+Blue) = 171+85+76=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB554C is #54AAB3. Grayscale: #6D6D6D. Windows color (decimal): -5548724 or 5002667. OLE color: 5002667.

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

Color convert

RGB1718576-
CMYK00.500.560.33
HSL5.68º38.46%48.43%-
HSV(B)5.68º55.56%67.06%-
XYZ21.3515.688.74-
YUV109.69108.99171.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=51.51%
G=25.60%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171857600.500.560.335.6838.4648.43
HexAB554C032382162630
Octal253125114062704164660
Binary10101011101010110011000110010111000100001110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB554C; }

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

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

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

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

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

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

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

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