#AB5852

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

Shades of Apple Blossom #AB5852

Tints of Apple Blossom #AB5852

Color information

#AB5852 (or 0xAB5852) is unknown color: approx Apple Blossom. HEX triplet: AB, 58 and 52. RGB value is (171,88,82). Sum of RGB (Red+Green+Blue) = 171+88+82=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5852 is #54A7AD. Grayscale: #707070. Windows color (decimal): -5547950 or 5396651. OLE color: 5396651.

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

Color convert

RGB1718882-
CMYK00.490.520.33
HSL4.04º35.18%49.61%-
HSV(B)4.04º52.05%67.06%-
XYZ21.8116.259.97-
YUV112.13111169.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=50.15%
G=25.81%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171888200.490.520.334.0435.1849.61
HexAB5852031342142332
Octal253130122061644144362
Binary10101011101100010100100110001110100100001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5852; }

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

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

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

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

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

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

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

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