Html Css Color HEX #AE82A0 Bouquet

📋 copy color: '#AE82A0'

red 174 ◦ green 130 ◦ blue 160

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

Shades of Bouquet #AE82A0

Tints of Bouquet #AE82A0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

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

R = 37.5%
G = 28.02%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE82A0 (or 0xAE82A0) is known color: Bouquet. HEX triplet: AE, 82 and A0. RGB value is (174,130,160). Sum of RGB (Red+Green+Blue) = 174+130+160=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE82A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE82A0 is #517D5F. Grayscale: #929292. Windows color (decimal): -5340512 or 10519214. OLE color: 10519214.

HSL color Cylindrical-coordinate representation of color #AE82A0: hue angle of 319.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE82A0 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 160 -
CMYK 0 0.25 0.08 0.32
HSL 319.09º 0.21% 0.6% -
HSV(B) 319.09º 0.25% 0.68% -
XYZ 31.78 27.5 36.89 -
YUV 146.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 174 130 160 0 0.25 0.08 0.32 319.09 0.21 0.6
Hex AE 82 A0 0 19 8 20 13F 15 3C
Octal 256 202 240 0 31 10 40 477 25 74
Binary 10101110 10000010 10100000 0 11001 1000 100000 100111111 10101 111100

Color Harmonies of #AE82A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE82A0

Black with #AE82A0

Text Example


Text Example

White with #AE82A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE82A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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