#AC514E

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

Shades of Apple Blossom #AC514E

Tints of Apple Blossom #AC514E

Color information

#AC514E (or 0xAC514E) is unknown color: approx Apple Blossom. HEX triplet: AC, 51 and 4E. RGB value is (172,81,78). Sum of RGB (Red+Green+Blue) = 172+81+78=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC514E is #53AEB1. Grayscale: #6B6B6B. Windows color (decimal): -5484210 or 5132716. OLE color: 5132716.

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

Color convert

RGB1728178-
CMYK00.530.550.33
HSL1.91º37.6%49.02%-
HSV(B)1.91º54.65%67.45%-
XYZ21.3315.219.02-
YUV107.87111.15173.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=51.96%
G=24.47%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172817800.530.550.331.9137.649.02
HexAC514E035372122631
Octal254121116065674124661
Binary1010110010100011001110011010111011110000110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC514E; }

 p { color: rgb(172,81,78); }

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

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

 a { background-color: rgb(172,81,78); }

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

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

 span { border-color: rgb(172,81,78); }

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