#AB5148

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

Shades of Apple Blossom #AB5148

Tints of Apple Blossom #AB5148

Color information

#AB5148 (or 0xAB5148) is unknown color: approx Apple Blossom. HEX triplet: AB, 51 and 48. RGB value is (171,81,72). Sum of RGB (Red+Green+Blue) = 171+81+72=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5148 is #54AEB7. Grayscale: #6B6B6B. Windows color (decimal): -5549752 or 4739499. OLE color: 4739499.

HSL color Cylindrical-coordinate representation of color #AB5148: hue angle of 5.45º 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 #AB5148 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1718172-
CMYK00.530.580.33
HSL5.45º40.74%47.65%-
HSV(B)5.45º57.89%67.06%-
XYZ20.9115.017.93-
YUV106.88108.32173.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=52.78%
G=25%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171817200.530.580.335.4540.7447.65
HexAB51480353A2152930
Octal253121110065724155160
Binary10101011101000110010000110101111010100001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5148; }

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

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

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

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

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

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

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

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