Html Css Color HEX #AE5250 Apple Blossom

📋 copy color: '#AE5250'

red 174 ◦ green 82 ◦ blue 80

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

Shades of Apple Blossom #AE5250

Tints of Apple Blossom #AE5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

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

R = 51.79%
G = 24.4%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE5250 (or 0xAE5250) is known color: Apple Blossom. HEX triplet: AE, 52 and 50. RGB value is (174,82,80). Sum of RGB (Red+Green+Blue) = 174+82+80=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5250 is #51ADAF. Grayscale: #6D6D6D. Windows color (decimal): -5352880 or 5264046. OLE color: 5264046.

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

Color convert

RGB 174 82 80 -
CMYK 0 0.53 0.54 0.32
HSL 1.28º 0.37% 0.5% -
HSV(B) 1.28º 0.54% 0.68% -
XYZ 21.92 15.61 9.45 -
YUV 109.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 174 82 80 0 0.53 0.54 0.32 1.28 0.37 0.5
Hex AE 52 50 0 35 36 20 1 25 32
Octal 256 122 120 0 65 66 40 1 45 62
Binary 10101110 1010010 1010000 0 110101 110110 100000 1 100101 110010

Color Harmonies of #AE5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5250

Black with #AE5250

Text Example


Text Example

White with #AE5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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