Html Css Color HEX #A68992 Shady Lady

📋 copy color: '#A68992'

red 166 ◦ green 137 ◦ blue 146

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

Shades of Shady Lady #A68992

Tints of Shady Lady #A68992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 36.97%
G = 30.51%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A68992 (or 0xA68992) is known color: Shady Lady. HEX triplet: A6, 89 and 92. RGB value is (166,137,146). Sum of RGB (Red+Green+Blue) = 166+137+146=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68992 is #59766D. Grayscale: #929292. Windows color (decimal): -5863022 or 9603494. OLE color: 9603494.

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

Color convert

RGB 166 137 146 -
CMYK 0 0.17 0.12 0.35
HSL 341.38º 0.14% 0.59% -
HSV(B) 341.38º 0.17% 0.65% -
XYZ 29.86 28.07 31.04 -
YUV 146.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 166 137 146 0 0.17 0.12 0.35 341.38 0.14 0.59
Hex A6 89 92 0 11 C 23 155 E 3B
Octal 246 211 222 0 21 14 43 525 16 73
Binary 10100110 10001001 10010010 0 10001 1100 100011 101010101 1110 111011

Color Harmonies of #A68992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68992

Black with #A68992

Text Example


Text Example

White with #A68992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68992; }

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

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

background-color css

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

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

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

border-color css

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

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

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