#AB5452

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

Shades of Apple Blossom #AB5452

Tints of Apple Blossom #AB5452

Color information

#AB5452 (or 0xAB5452) is unknown color: approx Apple Blossom. HEX triplet: AB, 54 and 52. RGB value is (171,84,82). Sum of RGB (Red+Green+Blue) = 171+84+82=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5452 is #54ABAD. Grayscale: #6D6D6D. Windows color (decimal): -5548974 or 5395627. OLE color: 5395627.

HSL color Cylindrical-coordinate representation of color #AB5452: hue angle of 1.35º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5452 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1718482-
CMYK00.510.520.33
HSL1.35º35.18%49.61%-
HSV(B)1.35º52.05%67.06%-
XYZ21.4915.619.86-
YUV109.78112.32171.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=50.74%
G=24.93%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171848200.510.520.331.3535.1849.61
HexAB5452033342112332
Octal253124122063644114362
Binary101010111010100101001001100111101001000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5452; }

 p { color: rgb(171,84,82); }

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

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

 a { background-color: rgb(171,84,82); }

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

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

 span { border-color: rgb(171,84,82); }

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