Html Css Color HEX #AE9E9E Dusty Grey

📋 copy color: '#AE9E9E'

red 174 ◦ green 158 ◦ blue 158

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

Shades of Dusty Grey #AE9E9E

Tints of Dusty Grey #AE9E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.24%

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 35.51%
G = 32.24%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE9E9E (or 0xAE9E9E) is known color: Dusty Grey. HEX triplet: AE, 9E and 9E. RGB value is (174,158,158). Sum of RGB (Red+Green+Blue) = 174+158+158=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9E9E is #516161. Grayscale: #A2A2A2. Windows color (decimal): -5333346 or 10395310. OLE color: 10395310.

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

Color convert

RGB 174 158 158 -
CMYK 0 0.09 0.09 0.32
HSL 0.09% 0.65% -
HSV(B) 0.09% 0.68% -
XYZ 35.85 35.92 37.39 -
YUV 162.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 174 158 158 0 0.09 0.09 0.32 0 0.09 0.65
Hex AE 9E 9E 0 9 9 20 0 9 41
Octal 256 236 236 0 11 11 40 0 11 101
Binary 10101110 10011110 10011110 0 1001 1001 100000 0 1001 1000001

Color Harmonies of #AE9E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E9E

Black with #AE9E9E

Text Example


Text Example

White with #AE9E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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