#AE4C3F

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

Shades of Apple Blossom #AE4C3F

Tints of Apple Blossom #AE4C3F

Color information

#AE4C3F (or 0xAE4C3F) is unknown color: approx Apple Blossom. HEX triplet: AE, 4C and 3F. RGB value is (174,76,63). Sum of RGB (Red+Green+Blue) = 174+76+63=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C3F is #51B3C0. Grayscale: #676767. Windows color (decimal): -5354433 or 4148398. OLE color: 4148398.

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

Color convert

RGB1747663-
CMYK00.560.640.32
HSL7.03º46.84%46.47%-
HSV(B)7.03º63.79%68.24%-
XYZ20.9414.536.4-
YUV103.82104.97178.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 63 (25% from 255) = 20.13%
R=55.59%
G=24.28%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174766300.560.640.327.0346.8446.47
HexAE4C3F038402072f2e
Octal256114770701004075756
Binary10101110100110011111101110001000000100000111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C3F; }

 p { color: rgb(174,76,63); }

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

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

 a { background-color: rgb(174,76,63); }

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

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

 span { border-color: rgb(174,76,63); }

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