Html Css Color HEX #A6859C Bouquet

📋 copy color: '#A6859C'

red 166 ◦ green 133 ◦ blue 156

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

Shades of Bouquet #A6859C

Tints of Bouquet #A6859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.29%

R = 36.48%
G = 29.23%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6859C (or 0xA6859C) is known color: Bouquet. HEX triplet: A6, 85 and 9C. RGB value is (166,133,156). Sum of RGB (Red+Green+Blue) = 166+133+156=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6859C is #597A63. Grayscale: #919191. Windows color (decimal): -5864036 or 10257830. OLE color: 10257830.

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

Color convert

RGB 166 133 156 -
CMYK 0 0.20 0.06 0.35
HSL 318.18º 0.16% 0.59% -
HSV(B) 318.18º 0.2% 0.65% -
XYZ 30.11 27.28 35.13 -
YUV 145.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 166 133 156 0 0.20 0.06 0.35 318.18 0.16 0.59
Hex A6 85 9C 0 14 6 23 13E 10 3B
Octal 246 205 234 0 24 6 43 476 20 73
Binary 10100110 10000101 10011100 0 10100 110 100011 100111110 10000 111011

Color Harmonies of #A6859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6859C

Black with #A6859C

Text Example


Text Example

White with #A6859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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