#AE4A46

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

Shades of Apple Blossom #AE4A46

Tints of Apple Blossom #AE4A46

Color information

#AE4A46 (or 0xAE4A46) is unknown color: approx Apple Blossom. HEX triplet: AE, 4A and 46. RGB value is (174,74,70). Sum of RGB (Red+Green+Blue) = 174+74+70=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A46 is #51B5B9. Grayscale: #676767. Windows color (decimal): -5354938 or 4606638. OLE color: 4606638.

HSL color Cylindrical-coordinate representation of color #AE4A46: hue angle of 2.31º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4A46 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1747470-
CMYK00.570.600.32
HSL2.31º42.62%47.84%-
HSV(B)2.31º59.77%68.24%-
XYZ21.0114.347.45-
YUV103.44109.13178.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=54.72%
G=23.27%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174747000.570.600.322.3142.6247.84
HexAE4A460393C2022b30
Octal256112106071744025360
Binary1010111010010101000110011100111110010000010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A46; }

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

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

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

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

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

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

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

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