#AB5349

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

Shades of Apple Blossom #AB5349

Tints of Apple Blossom #AB5349

Color information

#AB5349 (or 0xAB5349) is unknown color: approx Apple Blossom. HEX triplet: AB, 53 and 49. RGB value is (171,83,73). Sum of RGB (Red+Green+Blue) = 171+83+73=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5349 is #54ACB6. Grayscale: #6C6C6C. Windows color (decimal): -5549239 or 4805547. OLE color: 4805547.

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

Color convert

RGB1718373-
CMYK00.510.570.33
HSL6.12º40.16%47.84%-
HSV(B)6.12º57.31%67.06%-
XYZ21.0915.338.15-
YUV108.17108.15172.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=52.29%
G=25.38%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171837300.510.570.336.1240.1647.84
HexAB5349033392162830
Octal253123111063714165060
Binary10101011101001110010010110011111001100001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5349; }

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

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

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

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

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

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

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

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