Html Css Color HEX #AE699D Bouquet

📋 copy color: '#AE699D'

red 174 ◦ green 105 ◦ blue 157

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

Shades of Bouquet #AE699D

Tints of Bouquet #AE699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.08%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 39.91%
G = 24.08%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE699D (or 0xAE699D) is known color: Bouquet. HEX triplet: AE, 69 and 9D. RGB value is (174,105,157). Sum of RGB (Red+Green+Blue) = 174+105+157=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE699D is #519662. Grayscale: #838383. Windows color (decimal): -5346915 or 10316206. OLE color: 10316206.

HSL color Cylindrical-coordinate representation of color #AE699D: hue angle of 314.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE699D is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 157 -
CMYK 0 0.40 0.10 0.32
HSL 314.78º 0.3% 0.55% -
HSV(B) 314.78º 0.4% 0.68% -
XYZ 28.59 21.54 34.55 -
YUV 131.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 174 105 157 0 0.40 0.10 0.32 314.78 0.3 0.55
Hex AE 69 9D 0 28 A 20 13B 1E 37
Octal 256 151 235 0 50 12 40 473 36 67
Binary 10101110 1101001 10011101 0 101000 1010 100000 100111011 11110 110111

Color Harmonies of #AE699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE699D

Black with #AE699D

Text Example


Text Example

White with #AE699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE699D; }

 p { color: rgb(174,105,157); }

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

background-color css

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

 a { background-color: rgb(174,105,157); }

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

border-color css

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

 span { border-color: rgb(174,105,157); }

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