Html Css Color HEX #AE5350 Apple Blossom

📋 copy color: '#AE5350'

red 174 ◦ green 83 ◦ blue 80

#AE5350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #AE5350

Tints of Apple Blossom #AE5350

RGB

 RED value IS 174 (68.36% from 255) = 51.63%

 GREEN value IS 83 (32.81% from 255) = 24.63%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 51.63%
G = 24.63%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE5350 (or 0xAE5350) is known color: Apple Blossom. HEX triplet: AE, 53 and 50. RGB value is (174,83,80). Sum of RGB (Red+Green+Blue) = 174+83+80=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5350 is #51ACAF. Grayscale: #6D6D6D. Windows color (decimal): -5352624 or 5264302. OLE color: 5264302.

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

Color convert

RGB 174 83 80 -
CMYK 0 0.52 0.54 0.32
HSL 1.91º 0.37% 0.5% -
HSV(B) 1.91º 0.54% 0.68% -
XYZ 22 15.76 9.47 -
YUV 109.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 174 83 80 0 0.52 0.54 0.32 1.91 0.37 0.5
Hex AE 53 50 0 34 36 20 2 25 32
Octal 256 123 120 0 64 66 40 2 45 62
Binary 10101110 1010011 1010000 0 110100 110110 100000 10 100101 110010

Color Harmonies of #AE5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5350

Black with #AE5350

Text Example


Text Example

White with #AE5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5350; }

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

 H1.HeaderClassName
 {
   color: #AE5350;
 }
 .AnyTagClassName
 {
   color: #AE5350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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