Html Css Color HEX #AE799A Bouquet

📋 copy color: '#AE799A'

red 174 ◦ green 121 ◦ blue 154

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

Shades of Bouquet #AE799A

Tints of Bouquet #AE799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 38.75%
G = 26.95%
B = 34.3%

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

#AE799A (or 0xAE799A) is known color: Bouquet. HEX triplet: AE, 79 and 9A. RGB value is (174,121,154). Sum of RGB (Red+Green+Blue) = 174+121+154=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799A is #518665. Grayscale: #8C8C8C. Windows color (decimal): -5342822 or 10123694. OLE color: 10123694.

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

Color convert

RGB 174 121 154 -
CMYK 0 0.30 0.11 0.32
HSL 322.64º 0.25% 0.58% -
HSV(B) 322.64º 0.3% 0.68% -
XYZ 30.13 25.01 33.81 -
YUV 140.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 174 121 154 0 0.30 0.11 0.32 322.64 0.25 0.58
Hex AE 79 9A 0 1E B 20 143 19 3A
Octal 256 171 232 0 36 13 40 503 31 72
Binary 10101110 1111001 10011010 0 11110 1011 100000 101000011 11001 111010

Color Harmonies of #AE799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE799A

Black with #AE799A

Text Example


Text Example

White with #AE799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE799A; }

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

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

background-color css

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

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

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

border-color css

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

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

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