Html Css Color HEX #A08990 Shady Lady

📋 copy color: '#A08990'

red 160 ◦ green 137 ◦ blue 144

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

Shades of Shady Lady #A08990

Tints of Shady Lady #A08990

RGB

 RED value IS 160 (62.89% from 255) = 36.28%

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

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 36.28%
G = 31.07%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A08990 (or 0xA08990) is known color: Shady Lady. HEX triplet: A0, 89 and 90. RGB value is (160,137,144). Sum of RGB (Red+Green+Blue) = 160+137+144=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08990 is #5F766F. Grayscale: #909090. Windows color (decimal): -6256240 or 9472416. OLE color: 9472416.

HSL color Cylindrical-coordinate representation of color #A08990: hue angle of 341.74º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08990 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 144 -
CMYK 0 0.14 0.1 0.37
HSL 341.74º 0.11% 0.58% -
HSV(B) 341.74º 0.14% 0.63% -
XYZ 28.48 27.38 30.17 -
YUV 144.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 160 137 144 0 0.14 0.1 0.37 341.74 0.11 0.58
Hex A0 89 90 0 E A 25 156 B 3A
Octal 240 211 220 0 16 12 45 526 13 72
Binary 10100000 10001001 10010000 0 1110 1010 100101 101010110 1011 111010

Color Harmonies of #A08990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08990

Black with #A08990

Text Example


Text Example

White with #A08990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08990; }

 p { color: rgb(160,137,144); }

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

background-color css

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

 a { background-color: rgb(160,137,144); }

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

border-color css

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

 span { border-color: rgb(160,137,144); }

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