#AC5041

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

Shades of Apple Blossom #AC5041

Tints of Apple Blossom #AC5041

Color information

#AC5041 (or 0xAC5041) is unknown color: approx Apple Blossom. HEX triplet: AC, 50 and 41. RGB value is (172,80,65). Sum of RGB (Red+Green+Blue) = 172+80+65=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5041 is #53AFBE. Grayscale: #696969. Windows color (decimal): -5484479 or 4280492. OLE color: 4280492.

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

Color convert

RGB1728065-
CMYK00.530.620.33
HSL8.41º45.15%46.47%-
HSV(B)8.41º62.21%67.45%-
XYZ20.8414.896.78-
YUV105.8104.98175.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=54.26%
G=25.24%
B=20.50%

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
Decimal172806500.530.620.338.4145.1546.47
HexAC50410353E2182d2e
Octal2541201010657641105556
Binary101011001010000100000101101011111101000011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5041; }

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

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

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

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

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

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

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

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