Html Css Color HEX #AE8395 Bouquet

📋 copy color: '#AE8395'

red 174 ◦ green 131 ◦ blue 149

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

Shades of Bouquet #AE8395

Tints of Bouquet #AE8395

RGB

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

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

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

R = 38.33%
G = 28.85%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE8395 (or 0xAE8395) is known color: Bouquet. HEX triplet: AE, 83 and 95. RGB value is (174,131,149). Sum of RGB (Red+Green+Blue) = 174+131+149=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8395 is #517C6A. Grayscale: #919191. Windows color (decimal): -5340267 or 9798574. OLE color: 9798574.

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

Color convert

RGB 174 131 149 -
CMYK 0 0.25 0.14 0.32
HSL 334.88º 0.21% 0.6% -
HSV(B) 334.88º 0.25% 0.68% -
XYZ 31 27.4 32.09 -
YUV 145.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 174 131 149 0 0.25 0.14 0.32 334.88 0.21 0.6
Hex AE 83 95 0 19 E 20 14F 15 3C
Octal 256 203 225 0 31 16 40 517 25 74
Binary 10101110 10000011 10010101 0 11001 1110 100000 101001111 10101 111100

Color Harmonies of #AE8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8395

Black with #AE8395

Text Example


Text Example

White with #AE8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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