Html Css Color HEX #A48B95 Shady Lady

📋 copy color: '#A48B95'

red 164 ◦ green 139 ◦ blue 149

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

Shades of Shady Lady #A48B95

Tints of Shady Lady #A48B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.75%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 36.28%
G = 30.75%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48B95 (or 0xA48B95) is known color: Shady Lady. HEX triplet: A4, 8B and 95. RGB value is (164,139,149). Sum of RGB (Red+Green+Blue) = 164+139+149=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B95 is #5B746A. Grayscale: #939393. Windows color (decimal): -5993579 or 9800612. OLE color: 9800612.

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

Color convert

RGB 164 139 149 -
CMYK 0 0.15 0.09 0.36
HSL 336º 0.12% 0.59% -
HSV(B) 336º 0.15% 0.64% -
XYZ 29.97 28.53 32.36 -
YUV 147.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 164 139 149 0 0.15 0.09 0.36 336 0.12 0.59
Hex A4 8B 95 0 F 9 24 150 C 3B
Octal 244 213 225 0 17 11 44 520 14 73
Binary 10100100 10001011 10010101 0 1111 1001 100100 101010000 1100 111011

Color Harmonies of #A48B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B95

Black with #A48B95

Text Example


Text Example

White with #A48B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B95; }

 p { color: rgb(164,139,149); }

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

background-color css

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

 a { background-color: rgb(164,139,149); }

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

border-color css

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

 span { border-color: rgb(164,139,149); }

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