#AC4C45

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

Shades of Apple Blossom #AC4C45

Tints of Apple Blossom #AC4C45

Color information

#AC4C45 (or 0xAC4C45) is unknown color: approx Apple Blossom. HEX triplet: AC, 4C and 45. RGB value is (172,76,69). Sum of RGB (Red+Green+Blue) = 172+76+69=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C45 is #53B3BA. Grayscale: #686868. Windows color (decimal): -5485499 or 4541612. OLE color: 4541612.

HSL color Cylindrical-coordinate representation of color #AC4C45: hue angle of 4.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4C45 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1727669-
CMYK00.560.600.33
HSL4.08º42.74%47.25%-
HSV(B)4.08º59.88%67.45%-
XYZ20.6714.377.31-
YUV103.91108.3176.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=54.26%
G=23.97%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172766900.560.600.334.0842.7447.25
HexAC4C450383C2142b2f
Octal254114105070744145357
Binary10101100100110010001010111000111100100001100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C45; }

 p { color: rgb(172,76,69); }

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

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

 a { background-color: rgb(172,76,69); }

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

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

 span { border-color: rgb(172,76,69); }

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