#AC5251

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

Shades of Apple Blossom #AC5251

Tints of Apple Blossom #AC5251

Color information

#AC5251 (or 0xAC5251) is unknown color: approx Apple Blossom. HEX triplet: AC, 52 and 51. RGB value is (172,82,81). Sum of RGB (Red+Green+Blue) = 172+82+81=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5251 is #53ADAE. Grayscale: #6C6C6C. Windows color (decimal): -5483951 or 5329580. OLE color: 5329580.

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

Color convert

RGB1728281-
CMYK00.520.530.33
HSL0.66º35.97%49.61%-
HSV(B)0.66º52.91%67.45%-
XYZ21.5215.49.62-
YUV108.8112.32173.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=51.34%
G=24.48%
B=24.18%

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
Decimal172828100.520.530.330.6635.9749.61
HexAC5251034352112432
Octal254122121064654114462
Binary101011001010010101000101101001101011000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5251; }

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

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

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

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

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

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

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

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