#AC554B

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

Shades of Apple Blossom #AC554B

Tints of Apple Blossom #AC554B

Color information

#AC554B (or 0xAC554B) is unknown color: approx Apple Blossom. HEX triplet: AC, 55 and 4B. RGB value is (172,85,75). Sum of RGB (Red+Green+Blue) = 172+85+75=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC554B is #53AAB4. Grayscale: #6E6E6E. Windows color (decimal): -5483189 or 4937132. OLE color: 4937132.

HSL color Cylindrical-coordinate representation of color #AC554B: hue angle of 6.19º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC554B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1728575-
CMYK00.510.560.33
HSL6.19º39.27%48.43%-
HSV(B)6.19º56.4%67.45%-
XYZ21.5315.788.57-
YUV109.87108.32172.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=51.81%
G=25.60%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172857500.510.560.336.1939.2748.43
HexAC554B033382162730
Octal254125113063704164760
Binary10101100101010110010110110011111000100001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC554B; }

 p { color: rgb(172,85,75); }

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

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

 a { background-color: rgb(172,85,75); }

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

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

 span { border-color: rgb(172,85,75); }

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