#AB5453

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

Shades of Apple Blossom #AB5453

Tints of Apple Blossom #AB5453

Color information

#AB5453 (or 0xAB5453) is unknown color: approx Apple Blossom. HEX triplet: AB, 54 and 53. RGB value is (171,84,83). Sum of RGB (Red+Green+Blue) = 171+84+83=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5453 is #54ABAC. Grayscale: #6D6D6D. Windows color (decimal): -5548973 or 5461163. OLE color: 5461163.

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

Color convert

RGB1718483-
CMYK00.510.510.33
HSL0.68º34.65%49.8%-
HSV(B)0.68º51.46%67.06%-
XYZ21.5315.6210.06-
YUV109.9112.82171.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=50.59%
G=24.85%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171848300.510.510.330.6834.6549.8
HexAB5453033332112332
Octal253124123063634114362
Binary101010111010100101001101100111100111000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5453; }

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

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

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

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

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

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

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

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