Html Css Color HEX #ABA89F Foggy Grey

📋 copy color: '#ABA89F'

red 171 ◦ green 168 ◦ blue 159

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

Shades of Foggy Grey #ABA89F

Tints of Foggy Grey #ABA89F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 34.34%
G = 33.73%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ABA89F (or 0xABA89F) is known color: Foggy Grey. HEX triplet: AB, A8 and 9F. RGB value is (171,168,159). Sum of RGB (Red+Green+Blue) = 171+168+159=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89F is #545760. Grayscale: #A7A7A7. Windows color (decimal): -5527393 or 10463403. OLE color: 10463403.

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

Color convert

RGB 171 168 159 -
CMYK 0 0.02 0.07 0.33
HSL 45º 0.07% 0.65% -
HSV(B) 45º 0.07% 0.67% -
XYZ 37.06 39.17 38.41 -
YUV 167.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 171 168 159 0 0.02 0.07 0.33 45 0.07 0.65
Hex AB A8 9F 0 2 7 21 2D 7 41
Octal 253 250 237 0 2 7 41 55 7 101
Binary 10101011 10101000 10011111 0 10 111 100001 101101 111 1000001

Color Harmonies of #ABA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA89F

Black with #ABA89F

Text Example


Text Example

White with #ABA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA89F; }

 p { color: rgb(171,168,159); }

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

background-color css

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

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

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

border-color css

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

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

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