Html Css Color HEX #AE799B Bouquet

📋 copy color: '#AE799B'

red 174 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #AE799B

Tints of Bouquet #AE799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 38.67%
G = 26.89%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE799B (or 0xAE799B) is known color: Bouquet. HEX triplet: AE, 79 and 9B. RGB value is (174,121,155). Sum of RGB (Red+Green+Blue) = 174+121+155=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799B is #518664. Grayscale: #8C8C8C. Windows color (decimal): -5342821 or 10189230. OLE color: 10189230.

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

Color convert

RGB 174 121 155 -
CMYK 0 0.30 0.11 0.32
HSL 321.51º 0.25% 0.58% -
HSV(B) 321.51º 0.3% 0.68% -
XYZ 30.21 25.04 34.25 -
YUV 140.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 174 121 155 0 0.30 0.11 0.32 321.51 0.25 0.58
Hex AE 79 9B 0 1E B 20 142 19 3A
Octal 256 171 233 0 36 13 40 502 31 72
Binary 10101110 1111001 10011011 0 11110 1011 100000 101000010 11001 111010

Color Harmonies of #AE799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE799B

Black with #AE799B

Text Example


Text Example

White with #AE799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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