#AC5344

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

Shades of Apple Blossom #AC5344

Tints of Apple Blossom #AC5344

Color information

#AC5344 (or 0xAC5344) is unknown color: approx Apple Blossom. HEX triplet: AC, 53 and 44. RGB value is (172,83,68). Sum of RGB (Red+Green+Blue) = 172+83+68=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5344 is #53ACBB. Grayscale: #6C6C6C. Windows color (decimal): -5483708 or 4477868. OLE color: 4477868.

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

Color convert

RGB1728368-
CMYK00.520.600.33
HSL8.65º43.33%47.06%-
HSV(B)8.65º60.47%67.45%-
XYZ21.1515.377.32-
YUV107.9105.49173.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=53.25%
G=25.70%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172836800.520.600.338.6543.3347.06
HexAC53440343C2192b2f
Octal2541231040647441115357
Binary101011001010011100010001101001111001000011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5344; }

 p { color: rgb(172,83,68); }

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

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

 a { background-color: rgb(172,83,68); }

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

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

 span { border-color: rgb(172,83,68); }

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