Html Css Color HEX #AE9897 Dusty Grey

📋 copy color: '#AE9897'

red 174 ◦ green 152 ◦ blue 151

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

Shades of Dusty Grey #AE9897

Tints of Dusty Grey #AE9897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.87%

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

R = 36.48%
G = 31.87%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE9897 (or 0xAE9897) is known color: Dusty Grey. HEX triplet: AE, 98 and 97. RGB value is (174,152,151). Sum of RGB (Red+Green+Blue) = 174+152+151=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9897 is #516768. Grayscale: #9E9E9E. Windows color (decimal): -5334889 or 9935022. OLE color: 9935022.

HSL color Cylindrical-coordinate representation of color #AE9897: hue angle of 2.61º 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 #AE9897 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 152 151 -
CMYK 0 0.13 0.13 0.32
HSL 2.61º 0.12% 0.64% -
HSV(B) 2.61º 0.13% 0.68% -
XYZ 34.27 33.69 33.97 -
YUV 158.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 174 152 151 0 0.13 0.13 0.32 2.61 0.12 0.64
Hex AE 98 97 0 D D 20 3 C 40
Octal 256 230 227 0 15 15 40 3 14 100
Binary 10101110 10011000 10010111 0 1101 1101 100000 11 1100 1000000

Color Harmonies of #AE9897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9897

Black with #AE9897

Text Example


Text Example

White with #AE9897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9897; }

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

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

background-color css

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

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

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

border-color css

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

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

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