Html Css Color HEX #A48F93 Shady Lady

📋 copy color: '#A48F93'

red 164 ◦ green 143 ◦ blue 147

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

Shades of Shady Lady #A48F93

Tints of Shady Lady #A48F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.5%

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

R = 36.12%
G = 31.5%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A48F93 (or 0xA48F93) is known color: Shady Lady. HEX triplet: A4, 8F and 93. RGB value is (164,143,147). Sum of RGB (Red+Green+Blue) = 164+143+147=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F93 is #5B706C. Grayscale: #959595. Windows color (decimal): -5992557 or 9670564. OLE color: 9670564.

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

Color convert

RGB 164 143 147 -
CMYK 0 0.13 0.10 0.36
HSL 348.57º 0.1% 0.6% -
HSV(B) 348.57º 0.13% 0.64% -
XYZ 30.4 29.64 31.72 -
YUV 149.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 164 143 147 0 0.13 0.10 0.36 348.57 0.1 0.6
Hex A4 8F 93 0 D A 24 15D A 3C
Octal 244 217 223 0 15 12 44 535 12 74
Binary 10100100 10001111 10010011 0 1101 1010 100100 101011101 1010 111100

Color Harmonies of #A48F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F93

Black with #A48F93

Text Example


Text Example

White with #A48F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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