Html Css Color HEX #AE8097 Bouquet

📋 copy color: '#AE8097'

red 174 ◦ green 128 ◦ blue 151

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

Shades of Bouquet #AE8097

Tints of Bouquet #AE8097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 38.41%
G = 28.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE8097 (or 0xAE8097) is known color: Bouquet. HEX triplet: AE, 80 and 97. RGB value is (174,128,151). Sum of RGB (Red+Green+Blue) = 174+128+151=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8097 is #517F68. Grayscale: #909090. Windows color (decimal): -5341033 or 9928878. OLE color: 9928878.

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

Color convert

RGB 174 128 151 -
CMYK 0 0.26 0.13 0.32
HSL 330º 0.22% 0.59% -
HSV(B) 330º 0.26% 0.68% -
XYZ 30.76 26.67 32.8 -
YUV 144.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 174 128 151 0 0.26 0.13 0.32 330 0.22 0.59
Hex AE 80 97 0 1A D 20 14A 16 3B
Octal 256 200 227 0 32 15 40 512 26 73
Binary 10101110 10000000 10010111 0 11010 1101 100000 101001010 10110 111011

Color Harmonies of #AE8097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8097

Black with #AE8097

Text Example


Text Example

White with #AE8097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8097; }

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

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

background-color css

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

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

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

border-color css

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

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

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