Html Css Color HEX #A68991 Shady Lady

📋 copy color: '#A68991'

red 166 ◦ green 137 ◦ blue 145

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

Shades of Shady Lady #A68991

Tints of Shady Lady #A68991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 37.05%
G = 30.58%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A68991 (or 0xA68991) is known color: Shady Lady. HEX triplet: A6, 89 and 91. RGB value is (166,137,145). Sum of RGB (Red+Green+Blue) = 166+137+145=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A68991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68991 is #59766E. Grayscale: #929292. Windows color (decimal): -5863023 or 9537958. OLE color: 9537958.

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

Color convert

RGB 166 137 145 -
CMYK 0 0.17 0.13 0.35
HSL 343.45º 0.14% 0.59% -
HSV(B) 343.45º 0.17% 0.65% -
XYZ 29.78 28.04 30.63 -
YUV 146.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 166 137 145 0 0.17 0.13 0.35 343.45 0.14 0.59
Hex A6 89 91 0 11 D 23 157 E 3B
Octal 246 211 221 0 21 15 43 527 16 73
Binary 10100110 10001001 10010001 0 10001 1101 100011 101010111 1110 111011

Color Harmonies of #A68991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68991

Black with #A68991

Text Example


Text Example

White with #A68991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68991; }

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

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

background-color css

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

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

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

border-color css

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

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

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