#AE4946

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

Shades of Apple Blossom #AE4946

Tints of Apple Blossom #AE4946

Color information

#AE4946 (or 0xAE4946) is unknown color: approx Apple Blossom. HEX triplet: AE, 49 and 46. RGB value is (174,73,70). Sum of RGB (Red+Green+Blue) = 174+73+70=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4946 is #51B6B9. Grayscale: #666666. Windows color (decimal): -5355194 or 4606382. OLE color: 4606382.

HSL color Cylindrical-coordinate representation of color #AE4946: hue angle of 1.73º 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 #AE4946 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1747370-
CMYK00.580.600.32
HSL1.73º42.62%47.84%-
HSV(B)1.73º59.77%68.24%-
XYZ20.9414.217.43-
YUV102.86109.46178.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=54.89%
G=23.03%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174737000.580.600.321.7342.6247.84
HexAE494603A3C2022b30
Octal256111106072744025360
Binary1010111010010011000110011101011110010000010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4946; }

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

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

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

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

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

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

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

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