Html Css Color HEX #A68B93 Shady Lady

📋 copy color: '#A68B93'

red 166 ◦ green 139 ◦ blue 147

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

Shades of Shady Lady #A68B93

Tints of Shady Lady #A68B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.75%

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 36.73%
G = 30.75%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A68B93 (or 0xA68B93) is known color: Shady Lady. HEX triplet: A6, 8B and 93. RGB value is (166,139,147). Sum of RGB (Red+Green+Blue) = 166+139+147=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68B93 is #59746C. Grayscale: #939393. Windows color (decimal): -5862509 or 9669542. OLE color: 9669542.

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

Color convert

RGB 166 139 147 -
CMYK 0 0.16 0.11 0.35
HSL 342.22º 0.13% 0.6% -
HSV(B) 342.22º 0.16% 0.65% -
XYZ 30.22 28.68 31.55 -
YUV 147.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 166 139 147 0 0.16 0.11 0.35 342.22 0.13 0.6
Hex A6 8B 93 0 10 B 23 156 D 3C
Octal 246 213 223 0 20 13 43 526 15 74
Binary 10100110 10001011 10010011 0 10000 1011 100011 101010110 1101 111100

Color Harmonies of #A68B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B93

Black with #A68B93

Text Example


Text Example

White with #A68B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B93; }

 p { color: rgb(166,139,147); }

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

background-color css

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

 a { background-color: rgb(166,139,147); }

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

border-color css

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

 span { border-color: rgb(166,139,147); }

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