Html Css Color HEX #A09393 Dusty Grey

📋 copy color: '#A09393'

red 160 ◦ green 147 ◦ blue 147

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

Shades of Dusty Grey #A09393

Tints of Dusty Grey #A09393

RGB

 RED value IS 160 (62.89% from 255) = 35.24%

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

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

R = 35.24%
G = 32.38%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A09393 (or 0xA09393) is known color: Dusty Grey. HEX triplet: A0, 93 and 93. RGB value is (160,147,147). Sum of RGB (Red+Green+Blue) = 160+147+147=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A09393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09393 is #5F6C6C. Grayscale: #969696. Windows color (decimal): -6253677 or 9671584. OLE color: 9671584.

HSL color Cylindrical-coordinate representation of color #A09393: hue angle of 0º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09393 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 147 -
CMYK 0 0.08 0.08 0.37
HSL 0.06% 0.6% -
HSV(B) 0.08% 0.63% -
XYZ 30.2 30.45 31.89 -
YUV 150.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 160 147 147 0 0.08 0.08 0.37 0 0.06 0.6
Hex A0 93 93 0 8 8 25 0 6 3C
Octal 240 223 223 0 10 10 45 0 6 74
Binary 10100000 10010011 10010011 0 1000 1000 100101 0 110 111100

Color Harmonies of #A09393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09393

Black with #A09393

Text Example


Text Example

White with #A09393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09393; }

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

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

background-color css

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

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

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

border-color css

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

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

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