Html Css Color HEX #AE7796 Bouquet

📋 copy color: '#AE7796'

red 174 ◦ green 119 ◦ blue 150

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

Shades of Bouquet #AE7796

Tints of Bouquet #AE7796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 39.28%
G = 26.86%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE7796 (or 0xAE7796) is known color: Bouquet. HEX triplet: AE, 77 and 96. RGB value is (174,119,150). Sum of RGB (Red+Green+Blue) = 174+119+150=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7796 is #518869. Grayscale: #8A8A8A. Windows color (decimal): -5343338 or 9861038. OLE color: 9861038.

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

Color convert

RGB 174 119 150 -
CMYK 0 0.32 0.14 0.32
HSL 326.18º 0.25% 0.57% -
HSV(B) 326.18º 0.32% 0.68% -
XYZ 29.56 24.39 32 -
YUV 138.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 174 119 150 0 0.32 0.14 0.32 326.18 0.25 0.57
Hex AE 77 96 0 20 E 20 146 19 39
Octal 256 167 226 0 40 16 40 506 31 71
Binary 10101110 1110111 10010110 0 100000 1110 100000 101000110 11001 111001

Color Harmonies of #AE7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7796

Black with #AE7796

Text Example


Text Example

White with #AE7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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