Html Css Color HEX #A48D93 Shady Lady

📋 copy color: '#A48D93'

red 164 ◦ green 141 ◦ blue 147

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

Shades of Shady Lady #A48D93

Tints of Shady Lady #A48D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 36.28%
G = 31.19%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A48D93 (or 0xA48D93) is known color: Shady Lady. HEX triplet: A4, 8D and 93. RGB value is (164,141,147). Sum of RGB (Red+Green+Blue) = 164+141+147=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D93 is #5B726C. Grayscale: #949494. Windows color (decimal): -5993069 or 9670052. OLE color: 9670052.

HSL color Cylindrical-coordinate representation of color #A48D93: hue angle of 344.35º 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 #A48D93 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 147 -
CMYK 0 0.14 0.10 0.36
HSL 344.35º 0.11% 0.6% -
HSV(B) 344.35º 0.14% 0.64% -
XYZ 30.1 29.05 31.62 -
YUV 148.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 164 141 147 0 0.14 0.10 0.36 344.35 0.11 0.6
Hex A4 8D 93 0 E A 24 158 B 3C
Octal 244 215 223 0 16 12 44 530 13 74
Binary 10100100 10001101 10010011 0 1110 1010 100100 101011000 1011 111100

Color Harmonies of #A48D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D93

Black with #A48D93

Text Example


Text Example

White with #A48D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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