Html Css Color HEX #AE819C Bouquet

📋 copy color: '#AE819C'

red 174 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #AE819C

Tints of Bouquet #AE819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 37.91%
G = 28.1%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE819C (or 0xAE819C) is known color: Bouquet. HEX triplet: AE, 81 and 9C. RGB value is (174,129,156). Sum of RGB (Red+Green+Blue) = 174+129+156=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE819C is #517E63. Grayscale: #919191. Windows color (decimal): -5340772 or 10256814. OLE color: 10256814.

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

Color convert

RGB 174 129 156 -
CMYK 0 0.26 0.10 0.32
HSL 324º 0.22% 0.59% -
HSV(B) 324º 0.26% 0.68% -
XYZ 31.31 27.1 35.03 -
YUV 145.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 174 129 156 0 0.26 0.10 0.32 324 0.22 0.59
Hex AE 81 9C 0 1A A 20 144 16 3B
Octal 256 201 234 0 32 12 40 504 26 73
Binary 10101110 10000001 10011100 0 11010 1010 100000 101000100 10110 111011

Color Harmonies of #AE819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE819C

Black with #AE819C

Text Example


Text Example

White with #AE819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE819C; }

 p { color: rgb(174,129,156); }

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

background-color css

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

 a { background-color: rgb(174,129,156); }

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

border-color css

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

 span { border-color: rgb(174,129,156); }

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