Html Css Color HEX #A48D98 Shady Lady

📋 copy color: '#A48D98'

red 164 ◦ green 141 ◦ blue 152

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

Shades of Shady Lady #A48D98

Tints of Shady Lady #A48D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 35.89%
G = 30.85%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48D98 (or 0xA48D98) is known color: Shady Lady. HEX triplet: A4, 8D and 98. RGB value is (164,141,152). Sum of RGB (Red+Green+Blue) = 164+141+152=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D98 is #5B7267. Grayscale: #959595. Windows color (decimal): -5993064 or 9997732. OLE color: 9997732.

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

Color convert

RGB 164 141 152 -
CMYK 0 0.14 0.07 0.36
HSL 331.3º 0.11% 0.6% -
HSV(B) 331.3º 0.14% 0.64% -
XYZ 30.5 29.21 33.74 -
YUV 149.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 164 141 152 0 0.14 0.07 0.36 331.3 0.11 0.6
Hex A4 8D 98 0 E 7 24 14B B 3C
Octal 244 215 230 0 16 7 44 513 13 74
Binary 10100100 10001101 10011000 0 1110 111 100100 101001011 1011 111100

Color Harmonies of #A48D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D98

Black with #A48D98

Text Example


Text Example

White with #A48D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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