#AC4B45

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

Shades of Apple Blossom #AC4B45

Tints of Apple Blossom #AC4B45

Color information

#AC4B45 (or 0xAC4B45) is unknown color: approx Apple Blossom. HEX triplet: AC, 4B and 45. RGB value is (172,75,69). Sum of RGB (Red+Green+Blue) = 172+75+69=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B45 is #53B4BA. Grayscale: #676767. Windows color (decimal): -5485755 or 4541356. OLE color: 4541356.

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

Color convert

RGB1727569-
CMYK00.560.600.33
HSL3.5º42.74%47.25%-
HSV(B)3.5º59.88%67.45%-
XYZ20.614.237.29-
YUV103.32108.64176.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=54.43%
G=23.73%
B=21.84%

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
Decimal172756900.560.600.333.542.7447.25
HexAC4B450383C2132b2f
Octal254113105070744135357
Binary1010110010010111000101011100011110010000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B45; }

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

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

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

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

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

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

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

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