Html Css Color HEX #A9899D Bouquet

📋 copy color: '#A9899D'

red 169 ◦ green 137 ◦ blue 157

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

Shades of Bouquet #A9899D

Tints of Bouquet #A9899D

RGB

 RED value IS 169 (66.41% from 255) = 36.5%

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

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 36.5%
G = 29.59%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9899D (or 0xA9899D) is known color: Bouquet. HEX triplet: A9, 89 and 9D. RGB value is (169,137,157). Sum of RGB (Red+Green+Blue) = 169+137+157=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899D is #567662. Grayscale: #949494. Windows color (decimal): -5666403 or 10324393. OLE color: 10324393.

HSL color Cylindrical-coordinate representation of color #A9899D: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9899D is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 137 157 -
CMYK 0 0.19 0.07 0.34
HSL 322.5º 0.16% 0.6% -
HSV(B) 322.5º 0.19% 0.66% -
XYZ 31.39 28.76 35.8 -
YUV 148.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 169 137 157 0 0.19 0.07 0.34 322.5 0.16 0.6
Hex A9 89 9D 0 13 7 22 142 10 3C
Octal 251 211 235 0 23 7 42 502 20 74
Binary 10101001 10001001 10011101 0 10011 111 100010 101000010 10000 111100

Color Harmonies of #A9899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9899D

Black with #A9899D

Text Example


Text Example

White with #A9899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9899D; }

 p { color: rgb(169,137,157); }

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

background-color css

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

 a { background-color: rgb(169,137,157); }

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

border-color css

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

 span { border-color: rgb(169,137,157); }

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