Html Css Color HEX #AB9494 Dusty Grey

📋 copy color: '#AB9494'

red 171 ◦ green 148 ◦ blue 148

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

Shades of Dusty Grey #AB9494

Tints of Dusty Grey #AB9494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 36.62%
G = 31.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB9494 (or 0xAB9494) is known color: Dusty Grey. HEX triplet: AB, 94 and 94. RGB value is (171,148,148). Sum of RGB (Red+Green+Blue) = 171+148+148=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9494 is #546B6B. Grayscale: #9A9A9A. Windows color (decimal): -5532524 or 9737387. OLE color: 9737387.

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

Color convert

RGB 171 148 148 -
CMYK 0 0.13 0.13 0.33
HSL 0.12% 0.63% -
HSV(B) 0.13% 0.67% -
XYZ 32.73 31.98 32.46 -
YUV 154.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 171 148 148 0 0.13 0.13 0.33 0 0.12 0.63
Hex AB 94 94 0 D D 21 0 C 3F
Octal 253 224 224 0 15 15 41 0 14 77
Binary 10101011 10010100 10010100 0 1101 1101 100001 0 1100 111111

Color Harmonies of #AB9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9494

Black with #AB9494

Text Example


Text Example

White with #AB9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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