#AE5353

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

Shades of Apple Blossom #AE5353

Tints of Apple Blossom #AE5353

Color information

#AE5353 (or 0xAE5353) is unknown color: approx Apple Blossom. HEX triplet: AE, 53 and 53. RGB value is (174,83,83). Sum of RGB (Red+Green+Blue) = 174+83+83=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5353 is #51ACAC. Grayscale: #6E6E6E. Windows color (decimal): -5352621 or 5460910. OLE color: 5460910.

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

Color convert

RGB1748383-
CMYK00.520.520.32
HSL35.97%50.39%-
HSV(B)52.3%68.24%-
XYZ22.1115.8110.07-
YUV110.21112.65173.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=51.18%
G=24.41%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174838300.520.520.32035.9750.39
HexAE5353034342002432
Octal256123123064644004462
Binary101011101010011101001101101001101001000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5353; }

 p { color: rgb(174,83,83); }

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

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

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

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

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

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

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