Html Css Color HEX #AE80A0 Bouquet

📋 copy color: '#AE80A0'

red 174 ◦ green 128 ◦ blue 160

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

Shades of Bouquet #AE80A0

Tints of Bouquet #AE80A0

RGB

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

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

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

R = 37.66%
G = 27.71%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE80A0 (or 0xAE80A0) is known color: Bouquet. HEX triplet: AE, 80 and A0. RGB value is (174,128,160). Sum of RGB (Red+Green+Blue) = 174+128+160=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE80A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80A0 is #517F5F. Grayscale: #919191. Windows color (decimal): -5341024 or 10518702. OLE color: 10518702.

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

Color convert

RGB 174 128 160 -
CMYK 0 0.26 0.08 0.32
HSL 318.26º 0.22% 0.59% -
HSV(B) 318.26º 0.26% 0.68% -
XYZ 31.52 26.98 36.8 -
YUV 145.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 174 128 160 0 0.26 0.08 0.32 318.26 0.22 0.59
Hex AE 80 A0 0 1A 8 20 13E 16 3B
Octal 256 200 240 0 32 10 40 476 26 73
Binary 10101110 10000000 10100000 0 11010 1000 100000 100111110 10110 111011

Color Harmonies of #AE80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80A0

Black with #AE80A0

Text Example


Text Example

White with #AE80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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