Html Css Color HEX #ABA99D Foggy Grey

📋 copy color: '#ABA99D'

red 171 ◦ green 169 ◦ blue 157

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

Shades of Foggy Grey #ABA99D

Tints of Foggy Grey #ABA99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.59%

R = 34.41%
G = 34%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA99D (or 0xABA99D) is known color: Foggy Grey. HEX triplet: AB, A9 and 9D. RGB value is (171,169,157). Sum of RGB (Red+Green+Blue) = 171+169+157=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99D is #545662. Grayscale: #A8A8A8. Windows color (decimal): -5527139 or 10332587. OLE color: 10332587.

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

Color convert

RGB 171 169 157 -
CMYK 0 0.01 0.08 0.33
HSL 51.43º 0.08% 0.64% -
HSV(B) 51.43º 0.08% 0.67% -
XYZ 37.07 39.47 37.56 -
YUV 168.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 171 169 157 0 0.01 0.08 0.33 51.43 0.08 0.64
Hex AB A9 9D 0 1 8 21 33 8 40
Octal 253 251 235 0 1 10 41 63 10 100
Binary 10101011 10101001 10011101 0 1 1000 100001 110011 1000 1000000

Color Harmonies of #ABA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA99D

Black with #ABA99D

Text Example


Text Example

White with #ABA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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