Html Css Color HEX #AE8694 Bouquet

📋 copy color: '#AE8694'

red 174 ◦ green 134 ◦ blue 148

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

Shades of Bouquet #AE8694

Tints of Bouquet #AE8694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 38.16%
G = 29.39%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE8694 (or 0xAE8694) is known color: Bouquet. HEX triplet: AE, 86 and 94. RGB value is (174,134,148). Sum of RGB (Red+Green+Blue) = 174+134+148=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8694 is #51796B. Grayscale: #939393. Windows color (decimal): -5339500 or 9733806. OLE color: 9733806.

HSL color Cylindrical-coordinate representation of color #AE8694: hue angle of 339º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE8694 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 134 148 -
CMYK 0 0.23 0.15 0.32
HSL 339º 0.2% 0.6% -
HSV(B) 339º 0.23% 0.68% -
XYZ 31.33 28.19 31.81 -
YUV 147.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 174 134 148 0 0.23 0.15 0.32 339 0.2 0.6
Hex AE 86 94 0 17 F 20 153 14 3C
Octal 256 206 224 0 27 17 40 523 24 74
Binary 10101110 10000110 10010100 0 10111 1111 100000 101010011 10100 111100

Color Harmonies of #AE8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8694

Black with #AE8694

Text Example


Text Example

White with #AE8694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8694; }

 p { color: rgb(174,134,148); }

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

background-color css

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

 a { background-color: rgb(174,134,148); }

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

border-color css

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

 span { border-color: rgb(174,134,148); }

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