Html Css Color HEX #AB9A99 Dusty Grey

📋 copy color: '#AB9A99'

red 171 ◦ green 154 ◦ blue 153

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

Shades of Dusty Grey #AB9A99

Tints of Dusty Grey #AB9A99

RGB

 RED value IS 171 (67.19% from 255) = 35.77%

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

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

R = 35.77%
G = 32.22%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB9A99 (or 0xAB9A99) is known color: Dusty Grey. HEX triplet: AB, 9A and 99. RGB value is (171,154,153). Sum of RGB (Red+Green+Blue) = 171+154+153=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A99 is #546566. Grayscale: #9E9E9E. Windows color (decimal): -5530983 or 10066603. OLE color: 10066603.

HSL color Cylindrical-coordinate representation of color #AB9A99: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9A99 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 153 -
CMYK 0 0.10 0.11 0.33
HSL 3.33º 0.1% 0.64% -
HSV(B) 3.33º 0.11% 0.67% -
XYZ 34.1 34.07 34.92 -
YUV 158.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 171 154 153 0 0.10 0.11 0.33 3.33 0.1 0.64
Hex AB 9A 99 0 A B 21 3 A 40
Octal 253 232 231 0 12 13 41 3 12 100
Binary 10101011 10011010 10011001 0 1010 1011 100001 11 1010 1000000

Color Harmonies of #AB9A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A99

Black with #AB9A99

Text Example


Text Example

White with #AB9A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A99; }

 p { color: rgb(171,154,153); }

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

background-color css

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

 a { background-color: rgb(171,154,153); }

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

border-color css

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

 span { border-color: rgb(171,154,153); }

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