Html Css Color HEX #AE5369 Blush

📋 copy color: '#AE5369'

red 174 ◦ green 83 ◦ blue 105

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

Shades of Blush #AE5369

Tints of Blush #AE5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 48.07%
G = 22.93%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE5369 (or 0xAE5369) is known color: Blush. HEX triplet: AE, 53 and 69. RGB value is (174,83,105). Sum of RGB (Red+Green+Blue) = 174+83+105=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5369 is #51AC96. Grayscale: #707070. Windows color (decimal): -5352599 or 6902702. OLE color: 6902702.

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

Color convert

RGB 174 83 105 -
CMYK 0 0.52 0.40 0.32
HSL 345.49º 0.36% 0.5% -
HSV(B) 345.49º 0.52% 0.68% -
XYZ 23.1 16.21 15.28 -
YUV 112.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 174 83 105 0 0.52 0.40 0.32 345.49 0.36 0.5
Hex AE 53 69 0 34 28 20 159 24 32
Octal 256 123 151 0 64 50 40 531 44 62
Binary 10101110 1010011 1101001 0 110100 101000 100000 101011001 100100 110010

Color Harmonies of #AE5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5369

Black with #AE5369

Text Example


Text Example

White with #AE5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5369; }

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

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

background-color css

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

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

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

border-color css

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

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

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