#AC5850

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

Shades of Apple Blossom #AC5850

Tints of Apple Blossom #AC5850

Color information

#AC5850 (or 0xAC5850) is unknown color: approx Apple Blossom. HEX triplet: AC, 58 and 50. RGB value is (172,88,80). Sum of RGB (Red+Green+Blue) = 172+88+80=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5850 is #53A7AF. Grayscale: #707070. Windows color (decimal): -5482416 or 5265580. OLE color: 5265580.

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

Color convert

RGB1728880-
CMYK00.490.530.33
HSL5.22º36.51%49.41%-
HSV(B)5.22º53.49%67.45%-
XYZ21.9516.339.58-
YUV112.2109.83170.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=50.59%
G=25.88%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172888000.490.530.335.2236.5149.41
HexAC5850031352152531
Octal254130120061654154561
Binary10101100101100010100000110001110101100001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5850; }

 p { color: rgb(172,88,80); }

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

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

 a { background-color: rgb(172,88,80); }

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

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

 span { border-color: rgb(172,88,80); }

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