Html Css Color HEX #A6899F Bouquet

📋 copy color: '#A6899F'

red 166 ◦ green 137 ◦ blue 159

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

Shades of Bouquet #A6899F

Tints of Bouquet #A6899F

RGB

 RED value IS 166 (65.23% from 255) = 35.93%

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

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 35.93%
G = 29.65%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6899F (or 0xA6899F) is known color: Bouquet. HEX triplet: A6, 89 and 9F. RGB value is (166,137,159). Sum of RGB (Red+Green+Blue) = 166+137+159=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A6899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6899F is #597660. Grayscale: #949494. Windows color (decimal): -5863009 or 10455462. OLE color: 10455462.

HSL color Cylindrical-coordinate representation of color #A6899F: hue angle of 314.48º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6899F is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 159 -
CMYK 0 0.17 0.04 0.35
HSL 314.48º 0.14% 0.59% -
HSV(B) 314.48º 0.17% 0.65% -
XYZ 30.93 28.5 36.67 -
YUV 148.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 166 137 159 0 0.17 0.04 0.35 314.48 0.14 0.59
Hex A6 89 9F 0 11 4 23 13A E 3B
Octal 246 211 237 0 21 4 43 472 16 73
Binary 10100110 10001001 10011111 0 10001 100 100011 100111010 1110 111011

Color Harmonies of #A6899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6899F

Black with #A6899F

Text Example


Text Example

White with #A6899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6899F; }

 p { color: rgb(166,137,159); }

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

background-color css

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

 a { background-color: rgb(166,137,159); }

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

border-color css

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

 span { border-color: rgb(166,137,159); }

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