#AC5141

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

Shades of Apple Blossom #AC5141

Tints of Apple Blossom #AC5141

Color information

#AC5141 (or 0xAC5141) is unknown color: approx Apple Blossom. HEX triplet: AC, 51 and 41. RGB value is (172,81,65). Sum of RGB (Red+Green+Blue) = 172+81+65=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5141 is #53AEBE. Grayscale: #6A6A6A. Windows color (decimal): -5484223 or 4280748. OLE color: 4280748.

HSL color Cylindrical-coordinate representation of color #AC5141: hue angle of 8.97º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5141 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1728165-
CMYK00.530.620.33
HSL8.97º45.15%46.47%-
HSV(B)8.97º62.21%67.45%-
XYZ20.9115.046.8-
YUV106.38104.65174.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.09%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=54.09%
G=25.47%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172816500.530.620.338.9745.1546.47
HexAC51410353E2192d2e
Octal2541211010657641115556
Binary101011001010001100000101101011111101000011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5141; }

 p { color: rgb(172,81,65); }

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

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

 a { background-color: rgb(172,81,65); }

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

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

 span { border-color: rgb(172,81,65); }

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