Html Css Color HEX #A68993 Shady Lady

📋 copy color: '#A68993'

red 166 ◦ green 137 ◦ blue 147

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

Shades of Shady Lady #A68993

Tints of Shady Lady #A68993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

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

R = 36.89%
G = 30.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A68993 (or 0xA68993) is known color: Shady Lady. HEX triplet: A6, 89 and 93. RGB value is (166,137,147). Sum of RGB (Red+Green+Blue) = 166+137+147=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68993 is #59766C. Grayscale: #929292. Windows color (decimal): -5863021 or 9669030. OLE color: 9669030.

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

Color convert

RGB 166 137 147 -
CMYK 0 0.17 0.11 0.35
HSL 339.31º 0.14% 0.59% -
HSV(B) 339.31º 0.17% 0.65% -
XYZ 29.94 28.1 31.45 -
YUV 146.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 166 137 147 0 0.17 0.11 0.35 339.31 0.14 0.59
Hex A6 89 93 0 11 B 23 153 E 3B
Octal 246 211 223 0 21 13 43 523 16 73
Binary 10100110 10001001 10010011 0 10001 1011 100011 101010011 1110 111011

Color Harmonies of #A68993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68993

Black with #A68993

Text Example


Text Example

White with #A68993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68993; }

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

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

background-color css

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

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

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

border-color css

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

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

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