Html Css Color HEX #AE9393 Dusty Grey

📋 copy color: '#AE9393'

red 174 ◦ green 147 ◦ blue 147

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

Shades of Dusty Grey #AE9393

Tints of Dusty Grey #AE9393

RGB

 RED value IS 174 (68.36% from 255) = 37.18%

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

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

R = 37.18%
G = 31.41%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE9393 (or 0xAE9393) is known color: Dusty Grey. HEX triplet: AE, 93 and 93. RGB value is (174,147,147). Sum of RGB (Red+Green+Blue) = 174+147+147=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9393 is #516C6C. Grayscale: #9B9B9B. Windows color (decimal): -5336173 or 9671598. OLE color: 9671598.

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

Color convert

RGB 174 147 147 -
CMYK 0 0.16 0.16 0.32
HSL 0.14% 0.63% -
HSV(B) 0.16% 0.68% -
XYZ 33.16 31.97 32.03 -
YUV 155.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 174 147 147 0 0.16 0.16 0.32 0 0.14 0.63
Hex AE 93 93 0 10 10 20 0 E 3F
Octal 256 223 223 0 20 20 40 0 16 77
Binary 10101110 10010011 10010011 0 10000 10000 100000 0 1110 111111

Color Harmonies of #AE9393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9393

Black with #AE9393

Text Example


Text Example

White with #AE9393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9393; }

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

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

background-color css

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

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

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

border-color css

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

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

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