Html Css Color HEX #AE7B96 Bouquet

📋 copy color: '#AE7B96'

red 174 ◦ green 123 ◦ blue 150

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

Shades of Bouquet #AE7B96

Tints of Bouquet #AE7B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 38.93%
G = 27.52%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE7B96 (or 0xAE7B96) is known color: Bouquet. HEX triplet: AE, 7B and 96. RGB value is (174,123,150). Sum of RGB (Red+Green+Blue) = 174+123+150=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B96 is #518469. Grayscale: #8D8D8D. Windows color (decimal): -5342314 or 9862062. OLE color: 9862062.

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

Color convert

RGB 174 123 150 -
CMYK 0 0.29 0.14 0.32
HSL 328.24º 0.24% 0.58% -
HSV(B) 328.24º 0.29% 0.68% -
XYZ 30.04 25.37 32.17 -
YUV 141.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 174 123 150 0 0.29 0.14 0.32 328.24 0.24 0.58
Hex AE 7B 96 0 1D E 20 148 18 3A
Octal 256 173 226 0 35 16 40 510 30 72
Binary 10101110 1111011 10010110 0 11101 1110 100000 101001000 11000 111010

Color Harmonies of #AE7B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B96

Black with #AE7B96

Text Example


Text Example

White with #AE7B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B96; }

 p { color: rgb(174,123,150); }

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

background-color css

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

 a { background-color: rgb(174,123,150); }

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

border-color css

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

 span { border-color: rgb(174,123,150); }

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