Html Css Color HEX #AE5C5A Apple Blossom

📋 copy color: '#AE5C5A'

red 174 ◦ green 92 ◦ blue 90

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

Shades of Apple Blossom #AE5C5A

Tints of Apple Blossom #AE5C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 48.88%
G = 25.84%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE5C5A (or 0xAE5C5A) is known color: Apple Blossom. HEX triplet: AE, 5C and 5A. RGB value is (174,92,90). Sum of RGB (Red+Green+Blue) = 174+92+90=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C5A is #51A3A5. Grayscale: #747474. Windows color (decimal): -5350310 or 5921966. OLE color: 5921966.

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

Color convert

RGB 174 92 90 -
CMYK 0 0.47 0.48 0.32
HSL 1.43º 0.34% 0.52% -
HSV(B) 1.43º 0.48% 0.68% -
XYZ 23.13 17.39 11.81 -
YUV 116.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 174 92 90 0 0.47 0.48 0.32 1.43 0.34 0.52
Hex AE 5C 5A 0 2F 30 20 1 22 34
Octal 256 134 132 0 57 60 40 1 42 64
Binary 10101110 1011100 1011010 0 101111 110000 100000 1 100010 110100

Color Harmonies of #AE5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C5A

Black with #AE5C5A

Text Example


Text Example

White with #AE5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C5A; }

 p { color: rgb(174,92,90); }

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

background-color css

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

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

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

border-color css

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

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

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