Html Css Color HEX #AE8194 Bouquet

📋 copy color: '#AE8194'

red 174 ◦ green 129 ◦ blue 148

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

Shades of Bouquet #AE8194

Tints of Bouquet #AE8194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 38.58%
G = 28.6%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE8194 (or 0xAE8194) is known color: Bouquet. HEX triplet: AE, 81 and 94. RGB value is (174,129,148). Sum of RGB (Red+Green+Blue) = 174+129+148=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8194 is #517E6B. Grayscale: #909090. Windows color (decimal): -5340780 or 9732526. OLE color: 9732526.

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

Color convert

RGB 174 129 148 -
CMYK 0 0.26 0.15 0.32
HSL 334.67º 0.22% 0.59% -
HSV(B) 334.67º 0.26% 0.68% -
XYZ 30.65 26.84 31.58 -
YUV 144.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 174 129 148 0 0.26 0.15 0.32 334.67 0.22 0.59
Hex AE 81 94 0 1A F 20 14F 16 3B
Octal 256 201 224 0 32 17 40 517 26 73
Binary 10101110 10000001 10010100 0 11010 1111 100000 101001111 10110 111011

Color Harmonies of #AE8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8194

Black with #AE8194

Text Example


Text Example

White with #AE8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8194; }

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

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

background-color css

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

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

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

border-color css

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

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

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