Html Css Color HEX #A58992 Shady Lady

📋 copy color: '#A58992'

red 165 ◦ green 137 ◦ blue 146

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

Shades of Shady Lady #A58992

Tints of Shady Lady #A58992

RGB

 RED value IS 165 (64.84% from 255) = 36.83%

 GREEN value IS 137 (53.91% from 255) = 30.58%

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

R = 36.83%
G = 30.58%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A58992 (or 0xA58992) is known color: Shady Lady. HEX triplet: A5, 89 and 92. RGB value is (165,137,146). Sum of RGB (Red+Green+Blue) = 165+137+146=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A58992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58992 is #5A766D. Grayscale: #929292. Windows color (decimal): -5928558 or 9603493. OLE color: 9603493.

HSL color Cylindrical-coordinate representation of color #A58992: hue angle of 340.71º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A58992 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 146 -
CMYK 0 0.17 0.12 0.35
HSL 340.71º 0.13% 0.59% -
HSV(B) 340.71º 0.17% 0.65% -
XYZ 29.65 27.97 31.03 -
YUV 146.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 165 137 146 0 0.17 0.12 0.35 340.71 0.13 0.59
Hex A5 89 92 0 11 C 23 155 D 3B
Octal 245 211 222 0 21 14 43 525 15 73
Binary 10100101 10001001 10010010 0 10001 1100 100011 101010101 1101 111011

Color Harmonies of #A58992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58992

Black with #A58992

Text Example


Text Example

White with #A58992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58992; }

 p { color: rgb(165,137,146); }

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

background-color css

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

 a { background-color: rgb(165,137,146); }

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

border-color css

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

 span { border-color: rgb(165,137,146); }

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