#AC4C3E

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

Shades of Apple Blossom #AC4C3E

Tints of Apple Blossom #AC4C3E

Color information

#AC4C3E (or 0xAC4C3E) is unknown color: approx Apple Blossom. HEX triplet: AC, 4C and 3E. RGB value is (172,76,62). Sum of RGB (Red+Green+Blue) = 172+76+62=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C3E is #53B3C1. Grayscale: #676767. Windows color (decimal): -5485506 or 4082860. OLE color: 4082860.

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

Color convert

RGB1727662-
CMYK00.560.640.33
HSL7.64º47.01%45.88%-
HSV(B)7.64º63.95%67.45%-
XYZ20.4714.296.24-
YUV103.11104.8177.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.48%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 62 (24.61% from 255) = 20%
R=55.48%
G=24.52%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172766200.560.640.337.6447.0145.88
HexAC4C3E038402182f2e
Octal2541147607010041105756
Binary101011001001100111110011100010000001000011000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C3E; }

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

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

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

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

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

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

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

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