Html Css Color HEX #AB9897 Dusty Grey

📋 copy color: '#AB9897'

red 171 ◦ green 152 ◦ blue 151

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

Shades of Dusty Grey #AB9897

Tints of Dusty Grey #AB9897

RGB

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

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

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

R = 36.08%
G = 32.07%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB9897 (or 0xAB9897) is known color: Dusty Grey. HEX triplet: AB, 98 and 97. RGB value is (171,152,151). Sum of RGB (Red+Green+Blue) = 171+152+151=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9897 is #546768. Grayscale: #9D9D9D. Windows color (decimal): -5531497 or 9935019. OLE color: 9935019.

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

Color convert

RGB 171 152 151 -
CMYK 0 0.11 0.12 0.33
HSL 0.11% 0.63% -
HSV(B) 0.12% 0.67% -
XYZ 33.61 33.35 33.94 -
YUV 157.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 171 152 151 0 0.11 0.12 0.33 3 0.11 0.63
Hex AB 98 97 0 B C 21 3 B 3F
Octal 253 230 227 0 13 14 41 3 13 77
Binary 10101011 10011000 10010111 0 1011 1100 100001 11 1011 111111

Color Harmonies of #AB9897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9897

Black with #AB9897

Text Example


Text Example

White with #AB9897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9897; }

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

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

background-color css

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

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

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

border-color css

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

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

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