Html Css Color HEX #AE9A98 Dusty Grey

📋 copy color: '#AE9A98'

red 174 ◦ green 154 ◦ blue 152

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

Shades of Dusty Grey #AE9A98

Tints of Dusty Grey #AE9A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 152 (59.77% from 255) = 31.67%

R = 36.25%
G = 32.08%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE9A98 (or 0xAE9A98) is known color: Dusty Grey. HEX triplet: AE, 9A and 98. RGB value is (174,154,152). Sum of RGB (Red+Green+Blue) = 174+154+152=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A98 is #516567. Grayscale: #9F9F9F. Windows color (decimal): -5334376 or 10001070. OLE color: 10001070.

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

Color convert

RGB 174 154 152 -
CMYK 0 0.11 0.13 0.32
HSL 5.45º 0.12% 0.64% -
HSV(B) 5.45º 0.13% 0.68% -
XYZ 34.68 34.38 34.51 -
YUV 159.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 174 154 152 0 0.11 0.13 0.32 5.45 0.12 0.64
Hex AE 9A 98 0 B D 20 5 C 40
Octal 256 232 230 0 13 15 40 5 14 100
Binary 10101110 10011010 10011000 0 1011 1101 100000 101 1100 1000000

Color Harmonies of #AE9A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A98

Black with #AE9A98

Text Example


Text Example

White with #AE9A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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