Html Css Color HEX #AE76A2 Bouquet

📋 copy color: '#AE76A2'

red 174 ◦ green 118 ◦ blue 162

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

Shades of Bouquet #AE76A2

Tints of Bouquet #AE76A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 38.33%
G = 25.99%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE76A2 (or 0xAE76A2) is known color: Bouquet. HEX triplet: AE, 76 and A2. RGB value is (174,118,162). Sum of RGB (Red+Green+Blue) = 174+118+162=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE76A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76A2 is #51895D. Grayscale: #8B8B8B. Windows color (decimal): -5343582 or 10647214. OLE color: 10647214.

HSL color Cylindrical-coordinate representation of color #AE76A2: hue angle of 312.86º 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 #AE76A2 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 118 162 -
CMYK 0 0.32 0.07 0.32
HSL 312.86º 0.26% 0.57% -
HSV(B) 312.86º 0.32% 0.68% -
XYZ 30.46 24.56 37.32 -
YUV 139.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 174 118 162 0 0.32 0.07 0.32 312.86 0.26 0.57
Hex AE 76 A2 0 20 7 20 139 1A 39
Octal 256 166 242 0 40 7 40 471 32 71
Binary 10101110 1110110 10100010 0 100000 111 100000 100111001 11010 111001

Color Harmonies of #AE76A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE76A2

Black with #AE76A2

Text Example


Text Example

White with #AE76A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE76A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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