Html Css Color HEX #A68D93 Shady Lady

📋 copy color: '#A68D93'

red 166 ◦ green 141 ◦ blue 147

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

Shades of Shady Lady #A68D93

Tints of Shady Lady #A68D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

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

R = 36.56%
G = 31.06%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A68D93 (or 0xA68D93) is known color: Shady Lady. HEX triplet: A6, 8D and 93. RGB value is (166,141,147). Sum of RGB (Red+Green+Blue) = 166+141+147=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68D93 is #59726C. Grayscale: #959595. Windows color (decimal): -5861997 or 9670054. OLE color: 9670054.

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

Color convert

RGB 166 141 147 -
CMYK 0 0.15 0.11 0.35
HSL 345.6º 0.12% 0.6% -
HSV(B) 345.6º 0.15% 0.65% -
XYZ 30.52 29.26 31.64 -
YUV 149.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 166 141 147 0 0.15 0.11 0.35 345.6 0.12 0.6
Hex A6 8D 93 0 F B 23 15A C 3C
Octal 246 215 223 0 17 13 43 532 14 74
Binary 10100110 10001101 10010011 0 1111 1011 100011 101011010 1100 111100

Color Harmonies of #A68D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D93

Black with #A68D93

Text Example


Text Example

White with #A68D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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