Html Css Color HEX #A48D92 Shady Lady

📋 copy color: '#A48D92'

red 164 ◦ green 141 ◦ blue 146

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

Shades of Shady Lady #A48D92

Tints of Shady Lady #A48D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.37%

R = 36.36%
G = 31.26%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A48D92 (or 0xA48D92) is known color: Shady Lady. HEX triplet: A4, 8D and 92. RGB value is (164,141,146). Sum of RGB (Red+Green+Blue) = 164+141+146=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D92 is #5B726D. Grayscale: #949494. Windows color (decimal): -5993070 or 9604516. OLE color: 9604516.

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

Color convert

RGB 164 141 146 -
CMYK 0 0.14 0.11 0.36
HSL 346.96º 0.11% 0.6% -
HSV(B) 346.96º 0.14% 0.64% -
XYZ 30.02 29.02 31.21 -
YUV 148.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 164 141 146 0 0.14 0.11 0.36 346.96 0.11 0.6
Hex A4 8D 92 0 E B 24 15B B 3C
Octal 244 215 222 0 16 13 44 533 13 74
Binary 10100100 10001101 10010010 0 1110 1011 100100 101011011 1011 111100

Color Harmonies of #A48D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D92

Black with #A48D92

Text Example


Text Example

White with #A48D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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