Html Css Color HEX #AB9B9B Dusty Grey

📋 copy color: '#AB9B9B'

red 171 ◦ green 155 ◦ blue 155

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

Shades of Dusty Grey #AB9B9B

Tints of Dusty Grey #AB9B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.22%

 BLUE value IS 155 (60.94% from 255) = 32.22%

R = 35.55%
G = 32.22%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB9B9B (or 0xAB9B9B) is known color: Dusty Grey. HEX triplet: AB, 9B and 9B. RGB value is (171,155,155). Sum of RGB (Red+Green+Blue) = 171+155+155=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9B is #546464. Grayscale: #9F9F9F. Windows color (decimal): -5530725 or 10197931. OLE color: 10197931.

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

Color convert

RGB 171 155 155 -
CMYK 0 0.09 0.09 0.33
HSL 0.09% 0.64% -
HSV(B) 0.09% 0.67% -
XYZ 34.43 34.47 35.85 -
YUV 159.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 171 155 155 0 0.09 0.09 0.33 0 0.09 0.64
Hex AB 9B 9B 0 9 9 21 0 9 40
Octal 253 233 233 0 11 11 41 0 11 100
Binary 10101011 10011011 10011011 0 1001 1001 100001 0 1001 1000000

Color Harmonies of #AB9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B9B

Black with #AB9B9B

Text Example


Text Example

White with #AB9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B9B; }

 p { color: rgb(171,155,155); }

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

background-color css

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

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

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

border-color css

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

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

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