Html Css Color HEX #AE809D Bouquet

📋 copy color: '#AE809D'

red 174 ◦ green 128 ◦ blue 157

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

Shades of Bouquet #AE809D

Tints of Bouquet #AE809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 37.91%
G = 27.89%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE809D (or 0xAE809D) is known color: Bouquet. HEX triplet: AE, 80 and 9D. RGB value is (174,128,157). Sum of RGB (Red+Green+Blue) = 174+128+157=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE809D is #517F62. Grayscale: #909090. Windows color (decimal): -5341027 or 10322094. OLE color: 10322094.

HSL color Cylindrical-coordinate representation of color #AE809D: hue angle of 322.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE809D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 157 -
CMYK 0 0.26 0.10 0.32
HSL 322.17º 0.22% 0.59% -
HSV(B) 322.17º 0.26% 0.68% -
XYZ 31.26 26.87 35.44 -
YUV 145.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 174 128 157 0 0.26 0.10 0.32 322.17 0.22 0.59
Hex AE 80 9D 0 1A A 20 142 16 3B
Octal 256 200 235 0 32 12 40 502 26 73
Binary 10101110 10000000 10011101 0 11010 1010 100000 101000010 10110 111011

Color Harmonies of #AE809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE809D

Black with #AE809D

Text Example


Text Example

White with #AE809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE809D; }

 p { color: rgb(174,128,157); }

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

background-color css

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

 a { background-color: rgb(174,128,157); }

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

border-color css

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

 span { border-color: rgb(174,128,157); }

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