Html Css Color HEX #A48D96 Shady Lady

📋 copy color: '#A48D96'

red 164 ◦ green 141 ◦ blue 150

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

Shades of Shady Lady #A48D96

Tints of Shady Lady #A48D96

RGB

 RED value IS 164 (64.45% from 255) = 36.04%

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 36.04%
G = 30.99%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48D96 (or 0xA48D96) is known color: Shady Lady. HEX triplet: A4, 8D and 96. RGB value is (164,141,150). Sum of RGB (Red+Green+Blue) = 164+141+150=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D96 is #5B7269. Grayscale: #949494. Windows color (decimal): -5993066 or 9866660. OLE color: 9866660.

HSL color Cylindrical-coordinate representation of color #A48D96: hue angle of 336.52º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D96 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 150 -
CMYK 0 0.14 0.09 0.36
HSL 336.52º 0.11% 0.6% -
HSV(B) 336.52º 0.14% 0.64% -
XYZ 30.34 29.14 32.88 -
YUV 148.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 164 141 150 0 0.14 0.09 0.36 336.52 0.11 0.6
Hex A4 8D 96 0 E 9 24 151 B 3C
Octal 244 215 226 0 16 11 44 521 13 74
Binary 10100100 10001101 10010110 0 1110 1001 100100 101010001 1011 111100

Color Harmonies of #A48D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D96

Black with #A48D96

Text Example


Text Example

White with #A48D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D96; }

 p { color: rgb(164,141,150); }

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

background-color css

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

 a { background-color: rgb(164,141,150); }

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

border-color css

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

 span { border-color: rgb(164,141,150); }

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