Html Css Color HEX #A68D9C Bouquet

📋 copy color: '#A68D9C'

red 166 ◦ green 141 ◦ blue 156

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

Shades of Bouquet #A68D9C

Tints of Bouquet #A68D9C

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 value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A68D9C (or 0xA68D9C) is known color: 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

RGB 166 141 156 -
CMYK 0 0.15 0.06 0.35
HSL 324º 0.12% 0.6% -
HSV(B) 324º 0.15% 0.65% -
XYZ 31.25 29.56 35.51 -
YUV 150.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 166 141 156 0 0.15 0.06 0.35 324 0.12 0.6
Hex A6 8D 9C 0 F 6 23 144 C 3C
Octal 246 215 234 0 17 6 43 504 14 74
Binary 10100110 10001101 10011100 0 1111 110 100011 101000100 1100 111100

Color Harmonies of #A68D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D9C

Black with #A68D9C

Text Example


Text Example

White with #A68D9C

Text Example


Text Example

HTML Codes & Css Web 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>