Html Css Color HEX #ABA99E Foggy Grey

📋 copy color: '#ABA99E'

red 171 ◦ green 169 ◦ blue 158

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

Shades of Foggy Grey #ABA99E

Tints of Foggy Grey #ABA99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 34.34%
G = 33.94%
B = 31.73%

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

#ABA99E (or 0xABA99E) is known color: Foggy Grey. HEX triplet: AB, A9 and 9E. RGB value is (171,169,158). Sum of RGB (Red+Green+Blue) = 171+169+158=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99E is #545661. Grayscale: #A8A8A8. Windows color (decimal): -5527138 or 10398123. OLE color: 10398123.

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

Color convert

RGB 171 169 158 -
CMYK 0 0.01 0.08 0.33
HSL 50.77º 0.07% 0.65% -
HSV(B) 50.77º 0.08% 0.67% -
XYZ 37.15 39.5 38.01 -
YUV 168.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 171 169 158 0 0.01 0.08 0.33 50.77 0.07 0.65
Hex AB A9 9E 0 1 8 21 33 7 41
Octal 253 251 236 0 1 10 41 63 7 101
Binary 10101011 10101001 10011110 0 1 1000 100001 110011 111 1000001

Color Harmonies of #ABA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA99E

Black with #ABA99E

Text Example


Text Example

White with #ABA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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