#AE4A42

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

Shades of Apple Blossom #AE4A42

Tints of Apple Blossom #AE4A42

Color information

#AE4A42 (or 0xAE4A42) is unknown color: approx Apple Blossom. HEX triplet: AE, 4A and 42. RGB value is (174,74,66). Sum of RGB (Red+Green+Blue) = 174+74+66=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A42 is #51B5BD. Grayscale: #676767. Windows color (decimal): -5354942 or 4344494. OLE color: 4344494.

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

Color convert

RGB1747466-
CMYK00.570.620.32
HSL4.44º45%47.06%-
HSV(B)4.44º62.07%68.24%-
XYZ20.8914.296.81-
YUV102.99107.13178.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=55.41%
G=23.57%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174746600.570.620.324.444547.06
HexAE4A420393E2042d2f
Octal256112102071764045557
Binary10101110100101010000100111001111110100000100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A42; }

 p { color: rgb(174,74,66); }

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

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

 a { background-color: rgb(174,74,66); }

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

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

 span { border-color: rgb(174,74,66); }

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