Html Css Color HEX #AE8195 Bouquet

📋 copy color: '#AE8195'

red 174 ◦ green 129 ◦ blue 149

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

Shades of Bouquet #AE8195

Tints of Bouquet #AE8195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 38.5%
G = 28.54%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE8195 (or 0xAE8195) is known color: Bouquet. HEX triplet: AE, 81 and 95. RGB value is (174,129,149). Sum of RGB (Red+Green+Blue) = 174+129+149=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8195 is #517E6A. Grayscale: #909090. Windows color (decimal): -5340779 or 9798062. OLE color: 9798062.

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

Color convert

RGB 174 129 149 -
CMYK 0 0.26 0.14 0.32
HSL 333.33º 0.22% 0.59% -
HSV(B) 333.33º 0.26% 0.68% -
XYZ 30.73 26.87 32 -
YUV 144.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 174 129 149 0 0.26 0.14 0.32 333.33 0.22 0.59
Hex AE 81 95 0 1A E 20 14D 16 3B
Octal 256 201 225 0 32 16 40 515 26 73
Binary 10101110 10000001 10010101 0 11010 1110 100000 101001101 10110 111011

Color Harmonies of #AE8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8195

Black with #AE8195

Text Example


Text Example

White with #AE8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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