Html Css Color HEX #A8969E Shady Lady

📋 copy color: '#A8969E'

red 168 ◦ green 150 ◦ blue 158

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

Shades of Shady Lady #A8969E

Tints of Shady Lady #A8969E

RGB

 RED value IS 168 (66.02% from 255) = 35.29%

 GREEN value IS 150 (58.98% from 255) = 31.51%

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 35.29%
G = 31.51%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8969E (or 0xA8969E) is known color: Shady Lady. HEX triplet: A8, 96 and 9E. RGB value is (168,150,158). Sum of RGB (Red+Green+Blue) = 168+150+158=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A8969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8969E is #576961. Grayscale: #9C9C9C. Windows color (decimal): -5728610 or 10393256. OLE color: 10393256.

HSL color Cylindrical-coordinate representation of color #A8969E: hue angle of 333.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8969E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 158 -
CMYK 0 0.11 0.06 0.34
HSL 333.33º 0.09% 0.62% -
HSV(B) 333.33º 0.11% 0.66% -
XYZ 33.23 32.61 36.89 -
YUV 156.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 168 150 158 0 0.11 0.06 0.34 333.33 0.09 0.62
Hex A8 96 9E 0 B 6 22 14D 9 3E
Octal 250 226 236 0 13 6 42 515 11 76
Binary 10101000 10010110 10011110 0 1011 110 100010 101001101 1001 111110

Color Harmonies of #A8969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8969E

Black with #A8969E

Text Example


Text Example

White with #A8969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8969E; }

 p { color: rgb(168,150,158); }

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

background-color css

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

 a { background-color: rgb(168,150,158); }

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

border-color css

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

 span { border-color: rgb(168,150,158); }

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