Html Css Color HEX #AE899A Bouquet

📋 copy color: '#AE899A'

red 174 ◦ green 137 ◦ blue 154

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

Shades of Bouquet #AE899A

Tints of Bouquet #AE899A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 37.42%
G = 29.46%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE899A (or 0xAE899A) is known color: Bouquet. HEX triplet: AE, 89 and 9A. RGB value is (174,137,154). Sum of RGB (Red+Green+Blue) = 174+137+154=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE899A is #517665. Grayscale: #959595. Windows color (decimal): -5338726 or 10127790. OLE color: 10127790.

HSL color Cylindrical-coordinate representation of color #AE899A: hue angle of 332.43º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE899A is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 154 -
CMYK 0 0.21 0.11 0.32
HSL 332.43º 0.19% 0.61% -
HSV(B) 332.43º 0.21% 0.68% -
XYZ 32.23 29.22 34.51 -
YUV 150 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 174 137 154 0 0.21 0.11 0.32 332.43 0.19 0.61
Hex AE 89 9A 0 15 B 20 14C 13 3D
Octal 256 211 232 0 25 13 40 514 23 75
Binary 10101110 10001001 10011010 0 10101 1011 100000 101001100 10011 111101

Color Harmonies of #AE899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE899A

Black with #AE899A

Text Example


Text Example

White with #AE899A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE899A; }

 p { color: rgb(174,137,154); }

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

background-color css

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

 a { background-color: rgb(174,137,154); }

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

border-color css

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

 span { border-color: rgb(174,137,154); }

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