Html Css Color HEX #AE799E Bouquet

📋 copy color: '#AE799E'

red 174 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #AE799E

Tints of Bouquet #AE799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 38.41%
G = 26.71%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE799E (or 0xAE799E) is known color: Bouquet. HEX triplet: AE, 79 and 9E. RGB value is (174,121,158). Sum of RGB (Red+Green+Blue) = 174+121+158=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799E is #518661. Grayscale: #8C8C8C. Windows color (decimal): -5342818 or 10385838. OLE color: 10385838.

HSL color Cylindrical-coordinate representation of color #AE799E: hue angle of 318.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE799E is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 121 158 -
CMYK 0 0.30 0.09 0.32
HSL 318.11º 0.25% 0.58% -
HSV(B) 318.11º 0.3% 0.68% -
XYZ 30.46 25.14 35.6 -
YUV 141.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 174 121 158 0 0.30 0.09 0.32 318.11 0.25 0.58
Hex AE 79 9E 0 1E 9 20 13E 19 3A
Octal 256 171 236 0 36 11 40 476 31 72
Binary 10101110 1111001 10011110 0 11110 1001 100000 100111110 11001 111010

Color Harmonies of #AE799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE799E

Black with #AE799E

Text Example


Text Example

White with #AE799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE799E; }

 p { color: rgb(174,121,158); }

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

background-color css

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

 a { background-color: rgb(174,121,158); }

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

border-color css

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

 span { border-color: rgb(174,121,158); }

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