#AC5351

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

Shades of Apple Blossom #AC5351

Tints of Apple Blossom #AC5351

Color information

#AC5351 (or 0xAC5351) is unknown color: approx Apple Blossom. HEX triplet: AC, 53 and 51. RGB value is (172,83,81). Sum of RGB (Red+Green+Blue) = 172+83+81=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5351 is #53ACAE. Grayscale: #6D6D6D. Windows color (decimal): -5483695 or 5329836. OLE color: 5329836.

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

Color convert

RGB1728381-
CMYK00.520.530.33
HSL1.32º35.97%49.61%-
HSV(B)1.32º52.91%67.45%-
XYZ21.5915.559.65-
YUV109.38111.99172.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=51.19%
G=24.70%
B=24.11%

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
Decimal172838100.520.530.331.3235.9749.61
HexAC5351034352112432
Octal254123121064654114462
Binary101011001010011101000101101001101011000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5351; }

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

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

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

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

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

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

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

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