Html Css Color HEX #AE80A2 Bouquet

📋 copy color: '#AE80A2'

red 174 ◦ green 128 ◦ blue 162

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

Shades of Bouquet #AE80A2

Tints of Bouquet #AE80A2

RGB

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

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

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

R = 37.5%
G = 27.59%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE80A2 (or 0xAE80A2) is known color: Bouquet. HEX triplet: AE, 80 and A2. RGB value is (174,128,162). Sum of RGB (Red+Green+Blue) = 174+128+162=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80A2 is #517F5D. Grayscale: #919191. Windows color (decimal): -5341022 or 10649774. OLE color: 10649774.

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

Color convert

RGB 174 128 162 -
CMYK 0 0.26 0.07 0.32
HSL 315.65º 0.22% 0.59% -
HSV(B) 315.65º 0.26% 0.68% -
XYZ 31.7 27.05 37.73 -
YUV 145.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 174 128 162 0 0.26 0.07 0.32 315.65 0.22 0.59
Hex AE 80 A2 0 1A 7 20 13C 16 3B
Octal 256 200 242 0 32 7 40 474 26 73
Binary 10101110 10000000 10100010 0 11010 111 100000 100111100 10110 111011

Color Harmonies of #AE80A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80A2

Black with #AE80A2

Text Example


Text Example

White with #AE80A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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