Html Css Color HEX #AE789B Bouquet

📋 copy color: '#AE789B'

red 174 ◦ green 120 ◦ blue 155

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

Shades of Bouquet #AE789B

Tints of Bouquet #AE789B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

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

R = 38.75%
G = 26.73%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE789B (or 0xAE789B) is known color: Bouquet. HEX triplet: AE, 78 and 9B. RGB value is (174,120,155). Sum of RGB (Red+Green+Blue) = 174+120+155=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE789B is #518764. Grayscale: #8C8C8C. Windows color (decimal): -5343077 or 10188974. OLE color: 10188974.

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

Color convert

RGB 174 120 155 -
CMYK 0 0.31 0.11 0.32
HSL 321.11º 0.25% 0.58% -
HSV(B) 321.11º 0.31% 0.68% -
XYZ 30.09 24.8 34.21 -
YUV 140.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 174 120 155 0 0.31 0.11 0.32 321.11 0.25 0.58
Hex AE 78 9B 0 1F B 20 141 19 3A
Octal 256 170 233 0 37 13 40 501 31 72
Binary 10101110 1111000 10011011 0 11111 1011 100000 101000001 11001 111010

Color Harmonies of #AE789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE789B

Black with #AE789B

Text Example


Text Example

White with #AE789B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE789B; }

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

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

background-color css

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

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

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

border-color css

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

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

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