Html Css Color HEX #AE76A0 Bouquet

📋 copy color: '#AE76A0'

red 174 ◦ green 118 ◦ blue 160

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

Shades of Bouquet #AE76A0

Tints of Bouquet #AE76A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 38.5%
G = 26.11%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE76A0 (or 0xAE76A0) is known color: Bouquet. HEX triplet: AE, 76 and A0. RGB value is (174,118,160). Sum of RGB (Red+Green+Blue) = 174+118+160=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76A0 is #51895F. Grayscale: #8B8B8B. Windows color (decimal): -5343584 or 10516142. OLE color: 10516142.

HSL color Cylindrical-coordinate representation of color #AE76A0: hue angle of 315º degrees, saturation: 0.26, 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 #AE76A0 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 118 160 -
CMYK 0 0.32 0.08 0.32
HSL 315º 0.26% 0.57% -
HSV(B) 315º 0.32% 0.68% -
XYZ 30.28 24.49 36.39 -
YUV 139.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 174 118 160 0 0.32 0.08 0.32 315 0.26 0.57
Hex AE 76 A0 0 20 8 20 13B 1A 39
Octal 256 166 240 0 40 10 40 473 32 71
Binary 10101110 1110110 10100000 0 100000 1000 100000 100111011 11010 111001

Color Harmonies of #AE76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE76A0

Black with #AE76A0

Text Example


Text Example

White with #AE76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE76A0; }

 p { color: rgb(174,118,160); }

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

background-color css

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

 a { background-color: rgb(174,118,160); }

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

border-color css

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

 span { border-color: rgb(174,118,160); }

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