#AB4F48

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

Shades of Apple Blossom #AB4F48

Tints of Apple Blossom #AB4F48

Color information

#AB4F48 (or 0xAB4F48) is unknown color: approx Apple Blossom. HEX triplet: AB, 4F and 48. RGB value is (171,79,72). Sum of RGB (Red+Green+Blue) = 171+79+72=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F48 is #54B0B7. Grayscale: #696969. Windows color (decimal): -5550264 or 4738987. OLE color: 4738987.

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

Color convert

RGB1717972-
CMYK00.540.580.33
HSL4.24º40.74%47.65%-
HSV(B)4.24º57.89%67.06%-
XYZ20.7614.727.88-
YUV105.71108.98174.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=53.11%
G=24.53%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171797200.540.580.334.2440.7447.65
HexAB4F480363A2142930
Octal253117110066724145160
Binary10101011100111110010000110110111010100001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F48; }

 p { color: rgb(171,79,72); }

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

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

 a { background-color: rgb(171,79,72); }

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

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

 span { border-color: rgb(171,79,72); }

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