#ac503e

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

Shades of Apple Blossom #AC503E

Tints of Apple Blossom #AC503E

Color information

#AC503E (or 0xAC503E) is unknown color: approx Apple Blossom. HEX triplet: AC, 50 and 3E. RGB value is (172,80,62). Sum of RGB (Red+Green+Blue) = 172+80+62=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC503E is #53AFC1. Grayscale: #696969. Windows color (decimal): -5484482 or 4083884. OLE color: 4083884.

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

Color convert

RGB1728062-
CMYK00.530.640.33
HSL9.82º47.01%45.88%-
HSV(B)9.82º63.95%67.45%-
XYZ20.7514.866.33-
YUV105.46103.48175.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.78%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=54.78%
G=25.48%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172806200.530.640.339.8247.0145.88
HexAC503E0354021a2f2e
Octal2541207606510041125756
Binary101011001010000111110011010110000001000011010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac503e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac503e; }

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

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

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

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

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

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

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

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