#AC503F

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

Shades of Apple Blossom #AC503F

Tints of Apple Blossom #AC503F

Color information

#AC503F (or 0xAC503F) is unknown color: approx Apple Blossom. HEX triplet: AC, 50 and 3F. RGB value is (172,80,63). Sum of RGB (Red+Green+Blue) = 172+80+63=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC503F is #53AFC0. Grayscale: #696969. Windows color (decimal): -5484481 or 4149420. OLE color: 4149420.

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

Color convert

RGB1728063-
CMYK00.530.630.33
HSL9.36º46.38%46.08%-
HSV(B)9.36º63.37%67.45%-
XYZ20.7814.876.48-
YUV105.57103.98175.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 63 (25% from 255) = 20%
R=54.60%
G=25.40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172806300.530.630.339.3646.3846.08
HexAC503F0353F2192e2e
Octal254120770657741115656
Binary10101100101000011111101101011111111000011001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC503F; }

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

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

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

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

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

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

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

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