#AE504E

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

Shades of Apple Blossom #AE504E

Tints of Apple Blossom #AE504E

Color information

#AE504E (or 0xAE504E) is unknown color: approx Apple Blossom. HEX triplet: AE, 50 and 4E. RGB value is (174,80,78). Sum of RGB (Red+Green+Blue) = 174+80+78=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE504E is #51AFB1. Grayscale: #6B6B6B. Windows color (decimal): -5353394 or 5132462. OLE color: 5132462.

HSL color Cylindrical-coordinate representation of color #AE504E: hue angle of 1.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE504E is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1748078-
CMYK00.540.550.32
HSL1.25º38.1%49.41%-
HSV(B)1.25º55.17%68.24%-
XYZ21.715.299.01-
YUV107.88111.14175.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=52.41%
G=24.10%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174807800.540.550.321.2538.149.41
HexAE504E036372012631
Octal256120116066674014661
Binary101011101010000100111001101101101111000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE504E; }

 p { color: rgb(174,80,78); }

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

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

 a { background-color: rgb(174,80,78); }

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

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

 span { border-color: rgb(174,80,78); }

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