Html Css Color HEX #A3989A Shady Lady

📋 copy color: '#A3989A'

red 163 ◦ green 152 ◦ blue 154

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

Shades of Shady Lady #A3989A

Tints of Shady Lady #A3989A

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

 GREEN value IS 152 (59.77% from 255) = 32.41%

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 34.75%
G = 32.41%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3989A (or 0xA3989A) is known color: Shady Lady. HEX triplet: A3, 98 and 9A. RGB value is (163,152,154). Sum of RGB (Red+Green+Blue) = 163+152+154=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989A is #5C6765. Grayscale: #9B9B9B. Windows color (decimal): -6055782 or 10131619. OLE color: 10131619.

HSL color Cylindrical-coordinate representation of color #A3989A: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3989A is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 154 -
CMYK 0 0.07 0.06 0.36
HSL 349.09º 0.06% 0.62% -
HSV(B) 349.09º 0.07% 0.64% -
XYZ 32.17 32.58 35.16 -
YUV 155.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 163 152 154 0 0.07 0.06 0.36 349.09 0.06 0.62
Hex A3 98 9A 0 7 6 24 15D 6 3E
Octal 243 230 232 0 7 6 44 535 6 76
Binary 10100011 10011000 10011010 0 111 110 100100 101011101 110 111110

Color Harmonies of #A3989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3989A

Black with #A3989A

Text Example


Text Example

White with #A3989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3989A; }

 p { color: rgb(163,152,154); }

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

background-color css

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

 a { background-color: rgb(163,152,154); }

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

border-color css

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

 span { border-color: rgb(163,152,154); }

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