Html Css Color HEX #A6889D Bouquet

📋 copy color: '#A6889D'

red 166 ◦ green 136 ◦ blue 157

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

Shades of Bouquet #A6889D

Tints of Bouquet #A6889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

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

R = 36.17%
G = 29.63%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6889D (or 0xA6889D) is known color: Bouquet. HEX triplet: A6, 88 and 9D. RGB value is (166,136,157). Sum of RGB (Red+Green+Blue) = 166+136+157=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A6889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6889D is #597762. Grayscale: #939393. Windows color (decimal): -5863267 or 10324134. OLE color: 10324134.

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

Color convert

RGB 166 136 157 -
CMYK 0 0.18 0.05 0.35
HSL 318º 0.14% 0.59% -
HSV(B) 318º 0.18% 0.65% -
XYZ 30.62 28.15 35.72 -
YUV 147.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 166 136 157 0 0.18 0.05 0.35 318 0.14 0.59
Hex A6 88 9D 0 12 5 23 13E E 3B
Octal 246 210 235 0 22 5 43 476 16 73
Binary 10100110 10001000 10011101 0 10010 101 100011 100111110 1110 111011

Color Harmonies of #A6889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6889D

Black with #A6889D

Text Example


Text Example

White with #A6889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6889D; }

 p { color: rgb(166,136,157); }

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

background-color css

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

 a { background-color: rgb(166,136,157); }

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

border-color css

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

 span { border-color: rgb(166,136,157); }

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