Html Css Color HEX #A38992 Shady Lady

📋 copy color: '#A38992'

red 163 ◦ green 137 ◦ blue 146

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

Shades of Shady Lady #A38992

Tints of Shady Lady #A38992

RGB

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

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

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

R = 36.55%
G = 30.72%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A38992 (or 0xA38992) is known color: Shady Lady. HEX triplet: A3, 89 and 92. RGB value is (163,137,146). Sum of RGB (Red+Green+Blue) = 163+137+146=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A38992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38992 is #5C766D. Grayscale: #919191. Windows color (decimal): -6059630 or 9603491. OLE color: 9603491.

HSL color Cylindrical-coordinate representation of color #A38992: hue angle of 339.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A38992 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 146 -
CMYK 0 0.16 0.10 0.36
HSL 339.23º 0.12% 0.59% -
HSV(B) 339.23º 0.16% 0.64% -
XYZ 29.24 27.75 31.01 -
YUV 145.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 163 137 146 0 0.16 0.10 0.36 339.23 0.12 0.59
Hex A3 89 92 0 10 A 24 153 C 3B
Octal 243 211 222 0 20 12 44 523 14 73
Binary 10100011 10001001 10010010 0 10000 1010 100100 101010011 1100 111011

Color Harmonies of #A38992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38992

Black with #A38992

Text Example


Text Example

White with #A38992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38992; }

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

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

background-color css

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

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

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

border-color css

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

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

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