Html Css Color HEX #AE80A5 Bouquet

📋 copy color: '#AE80A5'

red 174 ◦ green 128 ◦ blue 165

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

Shades of Bouquet #AE80A5

Tints of Bouquet #AE80A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 37.26%
G = 27.41%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE80A5 (or 0xAE80A5) is known color: Bouquet. HEX triplet: AE, 80 and A5. RGB value is (174,128,165). Sum of RGB (Red+Green+Blue) = 174+128+165=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE80A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80A5 is #517F5A. Grayscale: #919191. Windows color (decimal): -5341019 or 10846382. OLE color: 10846382.

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

Color convert

RGB 174 128 165 -
CMYK 0 0.26 0.05 0.32
HSL 311.74º 0.22% 0.59% -
HSV(B) 311.74º 0.26% 0.68% -
XYZ 31.97 27.15 39.15 -
YUV 145.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 174 128 165 0 0.26 0.05 0.32 311.74 0.22 0.59
Hex AE 80 A5 0 1A 5 20 138 16 3B
Octal 256 200 245 0 32 5 40 470 26 73
Binary 10101110 10000000 10100101 0 11010 101 100000 100111000 10110 111011

Color Harmonies of #AE80A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80A5

Black with #AE80A5

Text Example


Text Example

White with #AE80A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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