Html Css Color HEX #A59393 Dusty Grey

📋 copy color: '#A59393'

red 165 ◦ green 147 ◦ blue 147

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

Shades of Dusty Grey #A59393

Tints of Dusty Grey #A59393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

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

R = 35.95%
G = 32.03%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A59393 (or 0xA59393) is known color: Dusty Grey. HEX triplet: A5, 93 and 93. RGB value is (165,147,147). Sum of RGB (Red+Green+Blue) = 165+147+147=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59393 is #5A6C6C. Grayscale: #989898. Windows color (decimal): -5925997 or 9671589. OLE color: 9671589.

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

Color convert

RGB 165 147 147 -
CMYK 0 0.11 0.11 0.35
HSL 0.09% 0.61% -
HSV(B) 0.11% 0.65% -
XYZ 31.22 30.97 31.94 -
YUV 152.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 165 147 147 0 0.11 0.11 0.35 0 0.09 0.61
Hex A5 93 93 0 B B 23 0 9 3D
Octal 245 223 223 0 13 13 43 0 11 75
Binary 10100101 10010011 10010011 0 1011 1011 100011 0 1001 111101

Color Harmonies of #A59393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59393

Black with #A59393

Text Example


Text Example

White with #A59393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59393; }

 p { color: rgb(165,147,147); }

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

background-color css

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

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

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

border-color css

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

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

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