#AC4A45

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

Shades of Apple Blossom #AC4A45

Tints of Apple Blossom #AC4A45

Color information

#AC4A45 (or 0xAC4A45) is unknown color: approx Apple Blossom. HEX triplet: AC, 4A and 45. RGB value is (172,74,69). Sum of RGB (Red+Green+Blue) = 172+74+69=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A45 is #53B5BA. Grayscale: #666666. Windows color (decimal): -5486011 or 4541100. OLE color: 4541100.

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

Color convert

RGB1727469-
CMYK00.570.600.33
HSL2.91º42.74%47.25%-
HSV(B)2.91º59.88%67.45%-
XYZ20.5414.17.27-
YUV102.73108.97177.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=54.60%
G=23.49%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172746900.570.600.332.9142.7447.25
HexAC4A450393C2132b2f
Octal254112105071744135357
Binary1010110010010101000101011100111110010000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A45; }

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

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

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

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

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

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

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

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