Html Css Color HEX #A6889B Bouquet

📋 copy color: '#A6889B'

red 166 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #A6889B

Tints of Bouquet #A6889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 36.32%
G = 29.76%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6889B (or 0xA6889B) is known color: Bouquet. HEX triplet: A6, 88 and 9B. RGB value is (166,136,155). Sum of RGB (Red+Green+Blue) = 166+136+155=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6889B is #597764. Grayscale: #939393. Windows color (decimal): -5863269 or 10193062. OLE color: 10193062.

HSL color Cylindrical-coordinate representation of color #A6889B: hue angle of 322º 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 #A6889B is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 155 -
CMYK 0 0.18 0.07 0.35
HSL 322º 0.14% 0.59% -
HSV(B) 322º 0.18% 0.65% -
XYZ 30.45 28.08 34.83 -
YUV 147.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 166 136 155 0 0.18 0.07 0.35 322 0.14 0.59
Hex A6 88 9B 0 12 7 23 142 E 3B
Octal 246 210 233 0 22 7 43 502 16 73
Binary 10100110 10001000 10011011 0 10010 111 100011 101000010 1110 111011

Color Harmonies of #A6889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6889B

Black with #A6889B

Text Example


Text Example

White with #A6889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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