Html Css Color HEX #AE819B Bouquet

📋 copy color: '#AE819B'

red 174 ◦ green 129 ◦ blue 155

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

Shades of Bouquet #AE819B

Tints of Bouquet #AE819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 37.99%
G = 28.17%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE819B (or 0xAE819B) is known color: Bouquet. HEX triplet: AE, 81 and 9B. RGB value is (174,129,155). Sum of RGB (Red+Green+Blue) = 174+129+155=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE819B is #517E64. Grayscale: #919191. Windows color (decimal): -5340773 or 10191278. OLE color: 10191278.

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

Color convert

RGB 174 129 155 -
CMYK 0 0.26 0.11 0.32
HSL 325.33º 0.22% 0.59% -
HSV(B) 325.33º 0.26% 0.68% -
XYZ 31.22 27.07 34.59 -
YUV 145.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 174 129 155 0 0.26 0.11 0.32 325.33 0.22 0.59
Hex AE 81 9B 0 1A B 20 145 16 3B
Octal 256 201 233 0 32 13 40 505 26 73
Binary 10101110 10000001 10011011 0 11010 1011 100000 101000101 10110 111011

Color Harmonies of #AE819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE819B

Black with #AE819B

Text Example


Text Example

White with #AE819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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