Html Css Color HEX #ABA99F Foggy Grey

📋 copy color: '#ABA99F'

red 171 ◦ green 169 ◦ blue 159

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

Shades of Foggy Grey #ABA99F

Tints of Foggy Grey #ABA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.87%

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

R = 34.27%
G = 33.87%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ABA99F (or 0xABA99F) is known color: Foggy Grey. HEX triplet: AB, A9 and 9F. RGB value is (171,169,159). Sum of RGB (Red+Green+Blue) = 171+169+159=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99F is #545660. Grayscale: #A8A8A8. Windows color (decimal): -5527137 or 10463659. OLE color: 10463659.

HSL color Cylindrical-coordinate representation of color #ABA99F: hue angle of 50º 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 #ABA99F is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 159 -
CMYK 0 0.01 0.07 0.33
HSL 50º 0.07% 0.65% -
HSV(B) 50º 0.07% 0.67% -
XYZ 37.24 39.54 38.47 -
YUV 168.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 171 169 159 0 0.01 0.07 0.33 50 0.07 0.65
Hex AB A9 9F 0 1 7 21 32 7 41
Octal 253 251 237 0 1 7 41 62 7 101
Binary 10101011 10101001 10011111 0 1 111 100001 110010 111 1000001

Color Harmonies of #ABA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA99F

Black with #ABA99F

Text Example


Text Example

White with #ABA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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