#AC5A50

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

Shades of Apple Blossom #AC5A50

Tints of Apple Blossom #AC5A50

Color information

#AC5A50 (or 0xAC5A50) is unknown color: approx Apple Blossom. HEX triplet: AC, 5A and 50. RGB value is (172,90,80). Sum of RGB (Red+Green+Blue) = 172+90+80=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A50 is #53A5AF. Grayscale: #717171. Windows color (decimal): -5481904 or 5266092. OLE color: 5266092.

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

Color convert

RGB1729080-
CMYK00.480.530.33
HSL6.52º36.51%49.41%-
HSV(B)6.52º53.49%67.45%-
XYZ22.1216.669.64-
YUV113.38109.17169.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=50.29%
G=26.32%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172908000.480.530.336.5236.5149.41
HexAC5A50030352172531
Octal254132120060654174561
Binary10101100101101010100000110000110101100001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A50; }

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

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

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

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

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

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

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

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