Html Css Color HEX #AE9997 Dusty Grey

📋 copy color: '#AE9997'

red 174 ◦ green 153 ◦ blue 151

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

Shades of Dusty Grey #AE9997

Tints of Dusty Grey #AE9997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 36.4%
G = 32.01%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE9997 (or 0xAE9997) is known color: Dusty Grey. HEX triplet: AE, 99 and 97. RGB value is (174,153,151). Sum of RGB (Red+Green+Blue) = 174+153+151=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9997 is #516668. Grayscale: #9F9F9F. Windows color (decimal): -5334633 or 9935278. OLE color: 9935278.

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

Color convert

RGB 174 153 151 -
CMYK 0 0.12 0.13 0.32
HSL 5.22º 0.12% 0.64% -
HSV(B) 5.22º 0.13% 0.68% -
XYZ 34.43 34.02 34.03 -
YUV 159.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 174 153 151 0 0.12 0.13 0.32 5.22 0.12 0.64
Hex AE 99 97 0 C D 20 5 C 40
Octal 256 231 227 0 14 15 40 5 14 100
Binary 10101110 10011001 10010111 0 1100 1101 100000 101 1100 1000000

Color Harmonies of #AE9997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9997

Black with #AE9997

Text Example


Text Example

White with #AE9997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9997; }

 p { color: rgb(174,153,151); }

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

background-color css

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

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

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

border-color css

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

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

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