Html Css Color HEX #A6859B Bouquet

📋 copy color: '#A6859B'

red 166 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #A6859B

Tints of Bouquet #A6859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

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

R = 36.56%
G = 29.3%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6859B (or 0xA6859B) is known color: Bouquet. HEX triplet: A6, 85 and 9B. RGB value is (166,133,155). Sum of RGB (Red+Green+Blue) = 166+133+155=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6859B is #597A64. Grayscale: #919191. Windows color (decimal): -5864037 or 10192294. OLE color: 10192294.

HSL color Cylindrical-coordinate representation of color #A6859B: hue angle of 320º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6859B is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 155 -
CMYK 0 0.20 0.07 0.35
HSL 320º 0.16% 0.59% -
HSV(B) 320º 0.2% 0.65% -
XYZ 30.03 27.25 34.69 -
YUV 145.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 166 133 155 0 0.20 0.07 0.35 320 0.16 0.59
Hex A6 85 9B 0 14 7 23 140 10 3B
Octal 246 205 233 0 24 7 43 500 20 73
Binary 10100110 10000101 10011011 0 10100 111 100011 101000000 10000 111011

Color Harmonies of #A6859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6859B

Black with #A6859B

Text Example


Text Example

White with #A6859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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