Html Css Color HEX #AE80A4 Bouquet

📋 copy color: '#AE80A4'

red 174 ◦ green 128 ◦ blue 164

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

Shades of Bouquet #AE80A4

Tints of Bouquet #AE80A4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 164 (64.45% from 255) = 35.19%

R = 37.34%
G = 27.47%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE80A4 (or 0xAE80A4) is known color: Bouquet. HEX triplet: AE, 80 and A4. RGB value is (174,128,164). Sum of RGB (Red+Green+Blue) = 174+128+164=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE80A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80A4 is #517F5B. Grayscale: #919191. Windows color (decimal): -5341020 or 10780846. OLE color: 10780846.

HSL color Cylindrical-coordinate representation of color #AE80A4: hue angle of 313.04º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE80A4 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 164 -
CMYK 0 0.26 0.06 0.32
HSL 313.04º 0.22% 0.59% -
HSV(B) 313.04º 0.26% 0.68% -
XYZ 31.88 27.12 38.68 -
YUV 145.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 174 128 164 0 0.26 0.06 0.32 313.04 0.22 0.59
Hex AE 80 A4 0 1A 6 20 139 16 3B
Octal 256 200 244 0 32 6 40 471 26 73
Binary 10101110 10000000 10100100 0 11010 110 100000 100111001 10110 111011

Color Harmonies of #AE80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80A4

Black with #AE80A4

Text Example


Text Example

White with #AE80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80A4; }

 p { color: rgb(174,128,164); }

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

background-color css

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

 a { background-color: rgb(174,128,164); }

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

border-color css

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

 span { border-color: rgb(174,128,164); }

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