#AB4E4B

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

Shades of Apple Blossom #AB4E4B

Tints of Apple Blossom #AB4E4B

Color information

#AB4E4B (or 0xAB4E4B) is unknown color: approx Apple Blossom. HEX triplet: AB, 4E and 4B. RGB value is (171,78,75). Sum of RGB (Red+Green+Blue) = 171+78+75=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E4B is #54B1B4. Grayscale: #696969. Windows color (decimal): -5550517 or 4935339. OLE color: 4935339.

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

Color convert

RGB1717875-
CMYK00.540.560.33
HSL1.88º39.02%48.24%-
HSV(B)1.88º56.14%67.06%-
XYZ20.7914.618.38-
YUV105.46110.81174.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=52.78%
G=24.07%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171787500.540.560.331.8839.0248.24
HexAB4E4B036382122730
Octal253116113066704124760
Binary1010101110011101001011011011011100010000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E4B; }

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

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

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

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

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

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

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

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