Html Css Color HEX #AE8AA0 Bouquet

📋 copy color: '#AE8AA0'

red 174 ◦ green 138 ◦ blue 160

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

Shades of Bouquet #AE8AA0

Tints of Bouquet #AE8AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 36.86%
G = 29.24%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE8AA0 (or 0xAE8AA0) is known color: Bouquet. HEX triplet: AE, 8A and A0. RGB value is (174,138,160). Sum of RGB (Red+Green+Blue) = 174+138+160=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AA0 is #51755F. Grayscale: #979797. Windows color (decimal): -5338464 or 10521262. OLE color: 10521262.

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

Color convert

RGB 174 138 160 -
CMYK 0 0.21 0.08 0.32
HSL 323.33º 0.18% 0.61% -
HSV(B) 323.33º 0.21% 0.68% -
XYZ 32.89 29.71 37.26 -
YUV 151.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 174 138 160 0 0.21 0.08 0.32 323.33 0.18 0.61
Hex AE 8A A0 0 15 8 20 143 12 3D
Octal 256 212 240 0 25 10 40 503 22 75
Binary 10101110 10001010 10100000 0 10101 1000 100000 101000011 10010 111101

Color Harmonies of #AE8AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8AA0

Black with #AE8AA0

Text Example


Text Example

White with #AE8AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8AA0; }

 p { color: rgb(174,138,160); }

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

background-color css

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

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

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

border-color css

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

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

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