#AB5250

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

Shades of Apple Blossom #AB5250

Tints of Apple Blossom #AB5250

Color information

#AB5250 (or 0xAB5250) is unknown color: approx Apple Blossom. HEX triplet: AB, 52 and 50. RGB value is (171,82,80). Sum of RGB (Red+Green+Blue) = 171+82+80=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5250 is #54ADAF. Grayscale: #6C6C6C. Windows color (decimal): -5549488 or 5264043. OLE color: 5264043.

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

Color convert

RGB1718280-
CMYK00.520.530.33
HSL1.32º36.25%49.22%-
HSV(B)1.32º53.22%67.06%-
XYZ21.2615.279.42-
YUV108.38111.99172.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=51.35%
G=24.62%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171828000.520.530.331.3236.2549.22
HexAB5250034352112431
Octal253122120064654114461
Binary101010111010010101000001101001101011000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5250; }

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

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

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

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

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

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

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

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