Html Css Color HEX #AE83A0 Bouquet

📋 copy color: '#AE83A0'

red 174 ◦ green 131 ◦ blue 160

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

Shades of Bouquet #AE83A0

Tints of Bouquet #AE83A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 37.42%
G = 28.17%
B = 34.41%

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

#AE83A0 (or 0xAE83A0) is known color: Bouquet. HEX triplet: AE, 83 and A0. RGB value is (174,131,160). Sum of RGB (Red+Green+Blue) = 174+131+160=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE83A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE83A0 is #517C5F. Grayscale: #939393. Windows color (decimal): -5340256 or 10519470. OLE color: 10519470.

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

Color convert

RGB 174 131 160 -
CMYK 0 0.25 0.08 0.32
HSL 319.53º 0.21% 0.6% -
HSV(B) 319.53º 0.25% 0.68% -
XYZ 31.92 27.77 36.94 -
YUV 147.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 174 131 160 0 0.25 0.08 0.32 319.53 0.21 0.6
Hex AE 83 A0 0 19 8 20 140 15 3C
Octal 256 203 240 0 31 10 40 500 25 74
Binary 10101110 10000011 10100000 0 11001 1000 100000 101000000 10101 111100

Color Harmonies of #AE83A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE83A0

Black with #AE83A0

Text Example


Text Example

White with #AE83A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE83A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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