#A68D9C

Color #A68D9C Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A68D9C

Tints of Bouquet #A68D9C

Color information

#A68D9C (or 0xA68D9C) is unknown color: approx Bouquet. HEX triplet: A6, 8D and 9C. RGB value is (166,141,156). Sum of RGB (Red+Green+Blue) = 166+141+156=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68D9C is #597263. Grayscale: #969696. Windows color (decimal): -5861988 or 10259878. OLE color: 10259878.

HSL color Cylindrical-coordinate representation of color #A68D9C: hue angle of 324º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A68D9C is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166141156-
CMYK00.150.060.35
HSL324º12.32%60.2%-
HSV(B)324º15.06%65.1%-
XYZ31.2529.5635.51-
YUV150.18131.28139.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=35.85%
G=30.45%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614115600.150.060.3532412.3260.2
HexA68D9C0F623144c3c
Octal2462152340176435041474
Binary101001101000110110011100011111101000111010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D9C; }

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

 H1.HeaderClassName
 {
   color: #A68D9C;
 }
 .AnyTagClassName
 {
   color: #A68D9C;
 }
</style>
background-color css

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

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

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

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

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

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