Html Css Color HEX #AA8D9C Bouquet

📋 copy color: '#AA8D9C'

red 170 ◦ green 141 ◦ blue 156

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

Shades of Bouquet #AA8D9C

Tints of Bouquet #AA8D9C

RGB

 RED value IS 170 (66.8% from 255) = 36.4%

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 156 (61.33% from 255) = 33.4%

R = 36.4%
G = 30.19%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA8D9C (or 0xAA8D9C) is known color: Bouquet. HEX triplet: AA, 8D and 9C. RGB value is (170,141,156). Sum of RGB (Red+Green+Blue) = 170+141+156=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D9C is #557263. Grayscale: #979797. Windows color (decimal): -5599844 or 10259882. OLE color: 10259882.

HSL color Cylindrical-coordinate representation of color #AA8D9C: hue angle of 328.97º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8D9C is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 141 156 -
CMYK 0 0.17 0.08 0.33
HSL 328.97º 0.15% 0.61% -
HSV(B) 328.97º 0.17% 0.67% -
XYZ 32.1 30 35.55 -
YUV 151.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 170 141 156 0 0.17 0.08 0.33 328.97 0.15 0.61
Hex AA 8D 9C 0 11 8 21 149 F 3D
Octal 252 215 234 0 21 10 41 511 17 75
Binary 10101010 10001101 10011100 0 10001 1000 100001 101001001 1111 111101

Color Harmonies of #AA8D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D9C

Black with #AA8D9C

Text Example


Text Example

White with #AA8D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D9C; }

 p { color: rgb(170,141,156); }

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

background-color css

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

 a { background-color: rgb(170,141,156); }

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

border-color css

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

 span { border-color: rgb(170,141,156); }

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